From e42129241681dde7adae7d20697e7b421682fbb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:23:22 +0200 Subject: Adding upstream version 2.10.22. Signed-off-by: Daniel Baumann --- devel-docs/libgimp/html/libgimp-gimpfonts.html | 122 +++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 devel-docs/libgimp/html/libgimp-gimpfonts.html (limited to 'devel-docs/libgimp/html/libgimp-gimpfonts.html') diff --git a/devel-docs/libgimp/html/libgimp-gimpfonts.html b/devel-docs/libgimp/html/libgimp-gimpfonts.html new file mode 100644 index 0000000..7ca71e4 --- /dev/null +++ b/devel-docs/libgimp/html/libgimp-gimpfonts.html @@ -0,0 +1,122 @@ + + + + +gimpfonts: GIMP Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

gimpfonts

+

gimpfonts — Operations related to fonts.

+
+
+

Functions

+
++++ + + + + + + + + + + +
+gboolean + +gimp_fonts_refresh () +
+gchar ** + +gimp_fonts_get_list () +
+
+
+

Description

+

Operations related to fonts.

+
+
+

Functions

+
+

gimp_fonts_refresh ()

+
gboolean
+gimp_fonts_refresh (void);
+

Refresh current fonts. This function always succeeds.

+

This procedure retrieves all fonts currently in the user's font path +and updates the font dialogs accordingly. Depending on the amount of +fonts on the system, this can take considerable time.

+
+

Returns

+

TRUE on success.

+
+
+
+
+

gimp_fonts_get_list ()

+
gchar **
+gimp_fonts_get_list (const gchar *filter,
+                     gint *num_fonts);
+

Retrieve the list of loaded fonts.

+

This procedure returns a list of the fonts that are currently +available.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

filter

An optional regular expression used to filter the list.

 

num_fonts

The number of available fonts.

 
+
+
+

Returns

+

The list of font names. The returned value must be freed +with g_strfreev().

+
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3