File: fo-property-font-weight.xml

package info (click to toggle)
xmlroff 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,456 kB
  • sloc: ansic: 178,247; xml: 109,155; sh: 8,973; makefile: 1,331; perl: 30
file content (95 lines) | stat: -rw-r--r-- 4,358 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<refentry id="xmlroff-font-weight">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-font-weight.top_of_page">font-weight</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>font-weight</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>

<refsynopsisdiv id="xmlroff-font-weight.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>
                    <link linkend="FoPropertyFontWeight">FoPropertyFontWeight</link>;
                    <link linkend="FoPropertyFontWeightClass">FoPropertyFontWeightClass</link>;
<link linkend="GType">GType</link>               <link linkend="fo-property-font-weight-get-type">fo_property_font_weight_get_type</link>    (void);
<link linkend="FoProperty">FoProperty</link>*         <link linkend="fo-property-font-weight-new">fo_property_font_weight_new</link>         (void);
<link linkend="FoProperty">FoProperty</link>*         <link linkend="fo-property-font-weight-get-initial">fo_property_font_weight_get_initial</link> (void);
</synopsis>
</refsynopsisdiv>









<refsect1 id="xmlroff-font-weight.description" role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 id="xmlroff-font-weight.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoPropertyFontWeight" role="struct">
<title>FoPropertyFontWeight</title>
<indexterm zone="FoPropertyFontWeight"><primary>FoPropertyFontWeight</primary></indexterm><programlisting>typedef struct _FoPropertyFontWeight FoPropertyFontWeight;</programlisting>
<para>

</para></refsect2>
<refsect2 id="FoPropertyFontWeightClass" role="struct">
<title>FoPropertyFontWeightClass</title>
<indexterm zone="FoPropertyFontWeightClass"><primary>FoPropertyFontWeightClass</primary></indexterm><programlisting>typedef struct _FoPropertyFontWeightClass FoPropertyFontWeightClass;</programlisting>
<para>

</para></refsect2>
<refsect2 id="fo-property-font-weight-get-type" role="function">
<title>fo_property_font_weight_get_type ()</title>
<indexterm zone="fo-property-font-weight-get-type"><primary>fo_property_font_weight_get_type</primary></indexterm><programlisting><link linkend="GType">GType</link>               fo_property_font_weight_get_type    (void);</programlisting>
<para>
Register the <link linkend="FoPropertyFontWeight"><type>FoPropertyFontWeight</type></link> type if not already registered and
return its <link linkend="GType"><type>GType</type></link> value.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> <link linkend="GType"><type>GType</type></link> of <link linkend="FoPropertyFontWeight"><type>FoPropertyFontWeight</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-property-font-weight-new" role="function">
<title>fo_property_font_weight_new ()</title>
<indexterm zone="fo-property-font-weight-new"><primary>fo_property_font_weight_new</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>*         fo_property_font_weight_new         (void);</programlisting>
<para>
Creates a new <link linkend="FoPropertyFontWeight"><type>FoPropertyFontWeight</type></link> initialized to default value.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> the new <link linkend="FoPropertyFontWeight"><type>FoPropertyFontWeight</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-property-font-weight-get-initial" role="function">
<title>fo_property_font_weight_get_initial ()</title>
<indexterm zone="fo-property-font-weight-get-initial"><primary>fo_property_font_weight_get_initial</primary></indexterm><programlisting><link linkend="FoProperty">FoProperty</link>*         fo_property_font_weight_get_initial (void);</programlisting>
<para>
Get an instance of the property with the correct initial value.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> An instance of the property.
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>