mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 21:40:10 +01:00
37 lines
1 KiB
XML
37 lines
1 KiB
XML
|
|
<refentry id="cairo_current_font">
|
|
<refmeta>
|
|
<refentrytitle>cairo_current_font</refentrytitle>
|
|
<manvolnum>3</manvolnum>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>cairo_current_font</refname>
|
|
<refpurpose>some description</refpurpose>
|
|
</refnamediv>
|
|
<refsynopsisdiv>
|
|
<programlisting>
|
|
cairo_font_t *
|
|
cairo_current_font (<link linkend="cairo_t">cairo_t</link> *cr)</programlisting>
|
|
<variablelist role="params">
|
|
<varlistentry>
|
|
<term><parameter>cr</parameter> :</term>
|
|
<listitem>
|
|
<simpara>a <link linkend="cairo_t">cairo_t</link></simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsynopsisdiv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<para>
|
|
<indexterm>
|
|
<primary>functions</primary>
|
|
<secondary>cairo_current_font</secondary>
|
|
</indexterm>
|
|
<indexterm>
|
|
<primary/>
|
|
</indexterm>
|
|
returns pointer to the current cairo_font_t object in the <link linkend="cairo_t">cairo_t</link>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|