Enums
Value | Symbolic name | Description |
0 | GTK_FONT_BITMAP | Instructs PHP-GTK to show bitmap fonts when calling GtkFontSelection:: set_filter or GtkFontSelectionDialog:: set_filter. |
1 | GTK_FONT_SCALABLE | Instructs PHP-GTK to show scaleable fonts when calling GtkFontSelection:: set_filter or GtkFontSelectionDialog:: set_filter. |
2 | GTK_FONT_SCALABLE_BITMAP | Instructs PHP-GTK to show scaleable bitmap fonts when calling GtkFontSelection:: set_filter or GtkFontSelectionDialog:: set_filter. |
3 | GTK_FONT_ALL | Instructs PHP-GTK to show any font that matches any of the above flags when calling GtkFontSelection:: set_filter or GtkFontSelectionDialog:: set_filter. |