Searched refs:GimpFont (Results 1 – 14 of 14) sorted by relevance
/dports/graphics/gimp-app/gimp-2.10.30/app/text/ |
H A D | gimpfont.c | 108 G_DEFINE_TYPE (GimpFont, gimp_font, GIMP_TYPE_DATA) in G_DEFINE_TYPE() argument 137 gimp_font_init (GimpFont *font) in gimp_font_init() 153 GimpFont *font = GIMP_FONT (object); in gimp_font_finalize() 167 GimpFont *font = GIMP_FONT (object); in gimp_font_set_property() 203 GimpFont *font = GIMP_FONT (viewable); in gimp_font_get_popup_size() 246 GimpFont *font = GIMP_FONT (viewable); in gimp_font_get_new_preview()
|
H A D | text-types.h | 29 typedef struct _GimpFont GimpFont; typedef
|
H A D | gimpfont.h | 30 #define GIMP_FONT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_FONT, GimpFont))
|
H A D | gimpfontfactory.c | 535 GimpFont *font; in gimp_font_factory_add_font()
|
/dports/graphics/gimp-app/gimp-2.10.30/app/core/ |
H A D | gimpcontext.h | 91 GimpFont *font; 142 GimpFont *font); 323 GimpFont * gimp_context_get_font (GimpContext *context); 325 GimpFont *font);
|
H A D | gimpcontext.c | 235 static void gimp_context_font_dirty (GimpFont *font, 238 GimpFont *font, 243 GimpFont *font); 3205 GimpFont * 3215 GimpFont *font) in gimp_context_set_font() 3272 gimp_context_font_dirty (GimpFont *font, in gimp_context_font_dirty() 3286 GimpFont *font; in gimp_context_font_list_thaw() 3300 GimpFont *font, in gimp_context_font_removed() 3317 GimpFont *font) in gimp_context_real_set_font()
|
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/ |
H A D | gimpselectiondata.h | 100 GimpFont * gimp_selection_data_get_font (GtkSelectionData *selection,
|
H A D | gimpselectiondata.c | 706 GimpFont * 713 return (GimpFont *) in gimp_selection_data_get_font()
|
H A D | gimptextstyleeditor.c | 82 GimpFont *font, 666 GimpFont *font, in gimp_text_style_editor_font_changed()
|
H A D | gimpdnd.c | 2342 GimpFont *font = gimp_selection_data_get_font (selection, the_dnd_gimp); in gimp_dnd_set_font_data()
|
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/ |
H A D | gimppdb-utils.h | 49 GimpFont * gimp_pdb_get_font (Gimp *gimp,
|
H A D | gimppdb-utils.c | 341 GimpFont * 346 GimpFont *font; in gimp_pdb_get_font() 358 font = (GimpFont *) gimp_pdb_get_data_factory_item (gimp->font_factory, name); in gimp_pdb_get_font()
|
H A D | context-cmds.c | 1878 GimpFont *font = gimp_context_get_font (context); in context_get_font_invoker() 1909 GimpFont *font = gimp_pdb_get_font (gimp, name, error); in context_set_font_invoker()
|
/dports/graphics/gimp-app/gimp-2.10.30/ |
H A D | ChangeLog.pre-2-0 | 25953 * app/widgets/gimpdnd.[ch]: added GimpFont DND. 25998 GimpFont. 26015 * app/core/gimpcontext.[ch]: added a GimpFont and all needed
|