~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/graphics/help/pt_BR/text/getfont.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="getfont" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>getfont</refname>
16
 
    <refpurpose>
17
 
      Diálogo para selecionar fonte da letra <emphasis role="bold">.
18
 
        Função obsoleta.
19
 
      </emphasis>
20
 
    </refpurpose>
21
 
  </refnamediv>
22
 
  <refsynopsisdiv>
23
 
    <title>Seqüência de Chamamento</title>
24
 
    <synopsis>[fId,fSize]=getfont()
25
 
      [fId,fSize]=getfont(str)
26
 
      fnt=getfont()
27
 
      fnt=getfont(str)
28
 
      fnt=getfont(S=str,font=[fId,fSize])
29
 
    </synopsis>
30
 
  </refsynopsisdiv>
31
 
  <refsection>
32
 
    <title>Parâmetros</title>
33
 
    <variablelist>
34
 
      <varlistentry>
35
 
        <term>str</term>
36
 
        <listitem>
37
 
          <para>caractere (por exemplo: "a") </para>
38
 
        </listitem>
39
 
      </varlistentry>
40
 
      <varlistentry>
41
 
        <term>fId</term>
42
 
        <listitem>
43
 
          <para>inteiro, o número da fonte selecionada </para>
44
 
        </listitem>
45
 
      </varlistentry>
46
 
      <varlistentry>
47
 
        <term>fSize</term>
48
 
        <listitem>
49
 
          <para>inteiro, o tamanho da fonte selecionada </para>
50
 
        </listitem>
51
 
      </varlistentry>
52
 
      <varlistentry>
53
 
        <term>fnt</term>
54
 
        <listitem>
55
 
          <para>vetor [fId,fSize]</para>
56
 
        </listitem>
57
 
      </varlistentry>
58
 
    </variablelist>
59
 
  </refsection>
60
 
  <refsection>
61
 
    <title>Descrição</title>
62
 
    <para>
63
 
      Esta função, que foi projetada para trabalhar com a função <link linkend="xset">xset</link>, também está obsoleta. Utilize o editor de
64
 
      propriedade <link linkend="ged">ged</link> ao invés.
65
 
    </para>
66
 
    <para>
67
 
      <literal>getfont</literal> abre uma janela gráfica para seleção de
68
 
      uma fonte. O usuário deve escolher uma fonte e um tamanho clicando no
69
 
      caractere exibido correspondente. Apertar uma tecla faz com que o
70
 
      caractere exibido mude.
71
 
    </para>
72
 
  </refsection>
73
 
  <refsection>
74
 
    <title>Exemplos</title>
75
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>getfont</refname>
 
16
        <refpurpose>
 
17
            Diálogo para selecionar fonte da letra <emphasis role="bold">.
 
18
                Função obsoleta.
 
19
            </emphasis>
 
20
        </refpurpose>
 
21
    </refnamediv>
 
22
    <refsynopsisdiv>
 
23
        <title>Seqüência de Chamamento</title>
 
24
        <synopsis>[fId,fSize]=getfont()
 
25
            [fId,fSize]=getfont(str)
 
26
            fnt=getfont()
 
27
            fnt=getfont(str)
 
28
            fnt=getfont(S=str,font=[fId,fSize])
 
29
        </synopsis>
 
30
    </refsynopsisdiv>
 
31
    <refsection>
 
32
        <title>Parâmetros</title>
 
33
        <variablelist>
 
34
            <varlistentry>
 
35
                <term>str</term>
 
36
                <listitem>
 
37
                    <para>caractere (por exemplo: "a") </para>
 
38
                </listitem>
 
39
            </varlistentry>
 
40
            <varlistentry>
 
41
                <term>fId</term>
 
42
                <listitem>
 
43
                    <para>inteiro, o número da fonte selecionada </para>
 
44
                </listitem>
 
45
            </varlistentry>
 
46
            <varlistentry>
 
47
                <term>fSize</term>
 
48
                <listitem>
 
49
                    <para>inteiro, o tamanho da fonte selecionada </para>
 
50
                </listitem>
 
51
            </varlistentry>
 
52
            <varlistentry>
 
53
                <term>fnt</term>
 
54
                <listitem>
 
55
                    <para>vetor [fId,fSize]</para>
 
56
                </listitem>
 
57
            </varlistentry>
 
58
        </variablelist>
 
59
    </refsection>
 
60
    <refsection>
 
61
        <title>Descrição</title>
 
62
        <para>
 
63
            Esta função, que foi projetada para trabalhar com a função <link linkend="xset">xset</link>, também está obsoleta. Utilize o editor de
 
64
            propriedade <link linkend="ged">ged</link> ao invés.
 
65
        </para>
 
66
        <para>
 
67
            <literal>getfont</literal> abre uma janela gráfica para seleção de
 
68
            uma fonte. O usuário deve escolher uma fonte e um tamanho clicando no
 
69
            caractere exibido correspondente. Apertar uma tecla faz com que o
 
70
            caractere exibido mude.
 
71
        </para>
 
72
    </refsection>
 
73
    <refsection>
 
74
        <title>Exemplos</title>
 
75
        <programlisting role="example"><![CDATA[ 
76
76
[fId,fSize]=getfont();
77
77
xset("font",fId,fSize)
78
78
plot2d(0,0,rect=[0 0 10 10],axesflag=0)
79
79
xstring(5,5,"string")
80
80
 ]]></programlisting>
81
 
  </refsection>
82
 
  <refsection>
83
 
    <title>Ver Também</title>
84
 
    <simplelist type="inline">
85
 
      <member>
86
 
        <link linkend="ged">ged</link>
87
 
      </member>
88
 
      <member>
89
 
        <link linkend="text_properties">text_properties</link>
90
 
      </member>
91
 
    </simplelist>
92
 
  </refsection>
 
81
    </refsection>
 
82
    <refsection>
 
83
        <title>Ver Também</title>
 
84
        <simplelist type="inline">
 
85
            <member>
 
86
                <link linkend="ged">ged</link>
 
87
            </member>
 
88
            <member>
 
89
                <link linkend="text_properties">text_properties</link>
 
90
            </member>
 
91
        </simplelist>
 
92
    </refsection>
93
93
</refentry>