mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 21:40:10 +01:00
53 lines
1.5 KiB
XML
53 lines
1.5 KiB
XML
|
|
<refentry id="cairo_select_font">
|
|
<refmeta>
|
|
<refentrytitle>cairo_select_font</refentrytitle>
|
|
<manvolnum>3</manvolnum>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>cairo_select_font</refname>
|
|
<refpurpose>some description</refpurpose>
|
|
</refnamediv>
|
|
<refsynopsisdiv>
|
|
<programlisting>
|
|
void cairo_select_font (<link linkend="cairo_t">cairo_t</link> *cr, const char *family, cairo_font_slant_t slant, cairo_font_weight_t weight);</programlisting>
|
|
<variablelist role="params">
|
|
<varlistentry>
|
|
<term><parameter>cr</parameter> :</term>
|
|
<listitem>
|
|
<simpara>description</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>family</parameter> :</term>
|
|
<listitem>
|
|
<simpara>name for the font family (e.g. XXX)</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>slant</parameter> :</term>
|
|
<listitem>
|
|
<simpara>see cairo_font_slant_t for valid values</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>weight</parameter> :</term>
|
|
<listitem>
|
|
<simpara>see cairo_font_weight_t for valid values</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsynopsisdiv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<para>
|
|
<indexterm>
|
|
<primary>functions</primary>
|
|
<secondary>cairo_select_font</secondary>
|
|
</indexterm>
|
|
<indexterm>
|
|
<primary/>
|
|
</indexterm>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|