| Top |
| void | font_manager_set_application_style () |
| void | font_manager_clear_pango_cache () |
| void | font_manager_widget_set_align () |
| void | font_manager_widget_set_expand () |
| void | font_manager_widget_set_margin () |
| gchar * | font_manager_get_localized_pangram () |
| gchar * | font_manager_get_localized_preview_text () |
| void | font_manager_add_keyboard_shortcut () |
| #define | FONT_MANAGER_BUS_ID |
| #define | FONT_MANAGER_BUS_PATH |
| #define | FONT_MANAGER_FONT_VIEWER_BUS_ID |
| #define | FONT_MANAGER_FONT_VIEWER_BUS_PATH |
| #define | FONT_MANAGER_MIN_MARGIN |
| #define | FONT_MANAGER_DEFAULT_MARGIN |
| #define | FONT_MANAGER_DEFAULT_FONT |
| #define | FONT_MANAGER_MIN_FONT_SIZE |
| #define | FONT_MANAGER_MAX_FONT_SIZE |
| #define | FONT_MANAGER_DEFAULT_PREVIEW_SIZE |
| #define | FONT_MANAGER_CHARACTER_MAP_PREVIEW_SIZE |
| #define | FONT_MANAGER_DEFAULT_PREVIEW_TEXT |
| #define | FONT_MANAGER_LOREM_IPSUM |
| enum | FontManagerDragTargetType |
| #define | FONT_MANAGER_TYPE_DRAG_TARGET_TYPE |
void
font_manager_set_application_style (void);
Load application specific CSS and icons.
void
font_manager_clear_pango_cache (PangoContext *ctx);
Forces Pango to update the cached font configuration.
Required to render sourced fonts on Pango > 1.47
void font_manager_widget_set_align (GtkWidget *widget,GtkAlign align);
Set both halign and valign to the same value.
void font_manager_widget_set_expand (GtkWidget *widget,gboolean expand);
Set both hexpand and vexpand to the same value.
void font_manager_widget_set_margin (GtkWidget *widget,gint margin);
Set all margin properties to the same value.
gchar *
font_manager_get_localized_pangram (void);
Retrieve a sample string from Pango for the default language. If Pango does not have a sample string for language, the classic "The quick brown fox..." is returned.