Imported Upstream version 2.3.16
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpfontselect</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
|
||||
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
|
||||
<link rel="prev" href="libgimp-gimpbrushselect.html" title="gimpbrushselect">
|
||||
<link rel="next" href="libgimp-gimpgradientselect.html" title="gimpgradientselect">
|
||||
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
|
||||
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
|
||||
@ -31,16 +31,16 @@
|
||||
<th width="100%" align="center">GIMP Library Reference Manual</th>
|
||||
<td><a accesskey="n" href="libgimp-gimpgradientselect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575131" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565532" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2693077" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2704250" class="shortcut">Description</a></nobr></td></tr>
|
||||
</table>
|
||||
<div class="refentry" lang="en">
|
||||
<a name="libgimp-gimpfontselect"></a><div class="titlepage"></div>
|
||||
<div class="refnamediv"><table width="100%"><tr>
|
||||
<td valign="top">
|
||||
<h2>
|
||||
<a name="id2575131"></a><span class="refentrytitle">gimpfontselect</span>
|
||||
<a name="id2565532"></a><span class="refentrytitle">gimpfontselect</span>
|
||||
</h2>
|
||||
<p>gimpfontselect — Functions providing a font selection dialog.</p>
|
||||
</td>
|
||||
@ -52,36 +52,36 @@
|
||||
|
||||
|
||||
|
||||
void (<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">*GimpRunFontCallback</a>) (const gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);
|
||||
const gchar* <a href="libgimp-gimpfontselect.html#gimp-font-select-new">gimp_font_select_new</a> (const gchar *title,
|
||||
const gchar *font_name,
|
||||
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
|
||||
gpointer data);
|
||||
void <a href="libgimp-gimpfontselect.html#gimp-font-select-destroy">gimp_font_select_destroy</a> (const gchar *font_callback);
|
||||
gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-popup">gimp_fonts_popup</a> (const gchar *font_callback,
|
||||
const gchar *popup_title,
|
||||
const gchar *initial_font);
|
||||
gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-close-popup">gimp_fonts_close_popup</a> (const gchar *font_callback);
|
||||
gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_fonts_set_popup</a> (const gchar *font_callback,
|
||||
const gchar *font_name);
|
||||
void (<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">*GimpRunFontCallback</a>) (const gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);
|
||||
const gchar* <a href="libgimp-gimpfontselect.html#gimp-font-select-new">gimp_font_select_new</a> (const gchar *title,
|
||||
const gchar *font_name,
|
||||
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
|
||||
gpointer data);
|
||||
void <a href="libgimp-gimpfontselect.html#gimp-font-select-destroy">gimp_font_select_destroy</a> (const gchar *font_callback);
|
||||
gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-popup">gimp_fonts_popup</a> (const gchar *font_callback,
|
||||
const gchar *popup_title,
|
||||
const gchar *initial_font);
|
||||
gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-close-popup">gimp_fonts_close_popup</a> (const gchar *font_callback);
|
||||
gboolean <a href="libgimp-gimpfontselect.html#gimp-fonts-set-popup">gimp_fonts_set_popup</a> (const gchar *font_callback,
|
||||
const gchar *font_name);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2693077"></a><h2>Description</h2>
|
||||
<a name="id2704250"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions providing a font selection dialog.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2693093"></a><h2>Details</h2>
|
||||
<a name="id2704267"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2693104"></a><h3>
|
||||
<a name="id2704277"></a><h3>
|
||||
<a name="GimpRunFontCallback"></a>GimpRunFontCallback ()</h3>
|
||||
<a class="indexterm" name="id2693115"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);</pre>
|
||||
<a class="indexterm" name="id2704288"></a><pre class="programlisting">void (*GimpRunFontCallback) (const gchar *font_name,
|
||||
gboolean dialog_closing,
|
||||
gpointer user_data);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -110,12 +110,12 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2697106"></a><h3>
|
||||
<a name="id2708262"></a><h3>
|
||||
<a name="gimp-font-select-new"></a>gimp_font_select_new ()</h3>
|
||||
<a class="indexterm" name="id2697117"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
|
||||
const gchar *font_name,
|
||||
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
|
||||
gpointer data);</pre>
|
||||
<a class="indexterm" name="id2708273"></a><pre class="programlisting">const gchar* gimp_font_select_new (const gchar *title,
|
||||
const gchar *font_name,
|
||||
<a href="libgimp-gimpfontselect.html#GimpRunFontCallback">GimpRunFontCallback</a> callback,
|
||||
gpointer data);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -154,9 +154,9 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2697236"></a><h3>
|
||||
<a name="id2708394"></a><h3>
|
||||
<a name="gimp-font-select-destroy"></a>gimp_font_select_destroy ()</h3>
|
||||
<a class="indexterm" name="id2697247"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
|
||||
<a class="indexterm" name="id2708405"></a><pre class="programlisting">void gimp_font_select_destroy (const gchar *font_callback);</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -173,11 +173,11 @@ Functions providing a font selection dialog.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2697292"></a><h3>
|
||||
<a name="id2708450"></a><h3>
|
||||
<a name="gimp-fonts-popup"></a>gimp_fonts_popup ()</h3>
|
||||
<a class="indexterm" name="id2699107"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
|
||||
const gchar *popup_title,
|
||||
const gchar *initial_font);</pre>
|
||||
<a class="indexterm" name="id2708461"></a><pre class="programlisting">gboolean gimp_fonts_popup (const gchar *font_callback,
|
||||
const gchar *popup_title,
|
||||
const gchar *initial_font);</pre>
|
||||
<p>
|
||||
Invokes the Gimp font selection.
|
||||
</p>
|
||||
@ -214,9 +214,9 @@ This procedure opens the font selection dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2699213"></a><h3>
|
||||
<a name="id2706393"></a><h3>
|
||||
<a name="gimp-fonts-close-popup"></a>gimp_fonts_close_popup ()</h3>
|
||||
<a class="indexterm" name="id2699224"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
|
||||
<a class="indexterm" name="id2706404"></a><pre class="programlisting">gboolean gimp_fonts_close_popup (const gchar *font_callback);</pre>
|
||||
<p>
|
||||
Close the font selection dialog.
|
||||
</p>
|
||||
@ -243,10 +243,10 @@ This procedure closes an opened font selection dialog.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2699287"></a><h3>
|
||||
<a name="id2706468"></a><h3>
|
||||
<a name="gimp-fonts-set-popup"></a>gimp_fonts_set_popup ()</h3>
|
||||
<a class="indexterm" name="id2699298"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
|
||||
const gchar *font_name);</pre>
|
||||
<a class="indexterm" name="id2706479"></a><pre class="programlisting">gboolean gimp_fonts_set_popup (const gchar *font_callback,
|
||||
const gchar *font_name);</pre>
|
||||
<p>
|
||||
Sets the current font in a font selection dialog.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user