Home
last modified time | relevance | path

Searched refs:PangoFontFace (Results 1 – 25 of 146) sorted by relevance

123456

/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dfontface.h38 using PangoFontFace = struct _PangoFontFace;
62 using BaseObjectType = PangoFontFace;
74 explicit FontFace(PangoFontFace* castitem);
96 PangoFontFace* gobj() { return reinterpret_cast<PangoFontFace*>(gobject_); } in gobj()
99 const PangoFontFace* gobj() const { return reinterpret_cast<PangoFontFace*>(gobject_); } in gobj()
102 PangoFontFace* gobj_copy();
178 Glib::RefPtr<Pango::FontFace> wrap(PangoFontFace* object, bool take_copy = false);
H A Dfontface.cc39 pango_font_face_list_sizes(const_cast<PangoFontFace*>(gobj()), &sizes, &n_sizes); in list_sizes()
55 Glib::RefPtr<Pango::FontFace> wrap(PangoFontFace* object, bool take_copy) in wrap()
103 return new FontFace((PangoFontFace*)object); in wrap_new()
109 PangoFontFace* FontFace::gobj_copy() in gobj_copy()
122 FontFace::FontFace(PangoFontFace* castitem) in FontFace()
159 return FontDescription((pango_font_face_describe(const_cast<PangoFontFace*>(gobj())))); in describe()
164 …vert_const_gchar_ptr_to_ustring(pango_font_face_get_face_name(const_cast<PangoFontFace*>(gobj()))); in get_name()
169 return pango_font_face_is_synthesized(const_cast<PangoFontFace*>(gobj())); in is_synthesized()
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpango-font.h380 typedef struct _PangoFontFace PangoFontFace; typedef
407 PangoFontFace ***faces,
413 PangoFontFace * (*get_face) (PangoFontFamily *family,
430 PangoFontFace ***faces,
440 PangoFontFace *pango_font_family_get_face (PangoFontFamily *family,
476 const char * (*get_face_name) (PangoFontFace *face);
477 PangoFontDescription * (*describe) (PangoFontFace *face);
478 void (*list_sizes) (PangoFontFace *face,
481 gboolean (*is_synthesized) (PangoFontFace *face);
482 PangoFontFamily * (*get_family) (PangoFontFace *face);
[all …]
H A Dfonts.c1935 PangoFontFace *
2249 PangoFontFace **faces; in pango_font_family_get_item()
2251 PangoFontFace *face; in pango_font_family_get_item()
2335 static PangoFontFace *
2339 PangoFontFace **faces; in pango_font_family_real_get_face()
2341 PangoFontFace *face; in pango_font_family_real_get_face()
2382 PangoFontFace *
2476 pango_font_face_describe (PangoFontFace *face) in pango_font_face_describe()
2518 pango_font_face_get_face_name (PangoFontFace *face) in pango_font_face_get_face_name()
2543 pango_font_face_list_sizes (PangoFontFace *face, in pango_font_face_list_sizes()
[all …]
H A Dpangocoretext-fontmap.c56 PangoFontFace **faces;
76 PangoFontFace parent_instance;
511 pango_core_text_face_describe (PangoFontFace *face) in pango_core_text_face_describe()
519 pango_core_text_face_get_face_name (PangoFontFace *face) in pango_core_text_face_get_face_name()
527 pango_core_text_face_list_sizes (PangoFontFace *face, in pango_core_text_face_list_sizes()
556 pango_core_text_face_is_synthesized (PangoFontFace *face) in pango_core_text_face_is_synthesized()
564 pango_core_text_face_get_family (PangoFontFace *face) in pango_core_text_face_get_family()
592 PangoFontFace ***faces, in pango_core_text_family_list_faces()
694 ctfamily->faces = g_new (PangoFontFace *, ctfamily->n_faces); in pango_core_text_family_list_faces()
707 *faces = g_memdup2 (ctfamily->faces, ctfamily->n_faces * sizeof (PangoFontFace *)); in pango_core_text_family_list_faces()
[all …]
/dports/x11-toolkits/p5-Pango/Pango-1.227/xs/
H A DPangoFont.xs283 ## void pango_font_family_list_faces (PangoFontFamily *family, PangoFontFace ***faces, int *n_faces)
293 PangoFontFace ** faces = NULL;
317 # PangoFontFace
323 ## PangoFontDescription *pango_font_face_describe (PangoFontFace *face);
324 PangoFontDescription_own * pango_font_face_describe (PangoFontFace *face);
326 ## G_CONST_RETURN char *pango_font_face_get_face_name (PangoFontFace *face);
327 const char *pango_font_face_get_face_name (PangoFontFace *face);
331 ## void pango_font_face_list_sizes (PangoFontFace *face, int **sizes, int *n_sizes);
338 pango_font_face_list_sizes (PangoFontFace *face)
354 gboolean pango_font_face_is_synthesized (PangoFontFace *face);
/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/src/
H A Dpango_vfuncs.defs5 ; PangoFontFace
8 (of-object "PangoFontFace")
13 (of-object "PangoFontFace")
H A Dfontface.hg38 _CLASS_GOBJECT(FontFace, PangoFontFace, PANGO_FONT_FACE, Glib::Object, GObject)
54 //We can't wrap the virtual functions because PangoFontFace has a hidden class.
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfontchooser.h44 const PangoFontFace *face,
83 PangoFontFace * (* get_font_face) (GtkFontChooser *fontchooser);
110 PangoFontFace *gtk_font_chooser_get_font_face (GtkFontChooser *fontchooser);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfontchooser.h46 const PangoFontFace *face,
85 PangoFontFace * (* get_font_face) (GtkFontChooser *fontchooser);
113 PangoFontFace *gtk_font_chooser_get_font_face (GtkFontChooser *fontchooser);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtkfontsel.c220 PangoFontFace *face);
645 PangoFontFace *face) in gtk_font_selection_ref_face()
897 PangoFontFace **faces; in gtk_font_selection_show_available_styles()
901 PangoFontFace *match_face = NULL; in gtk_font_selection_show_available_styles()
998 PangoFontFace *face; in gtk_font_selection_select_style()
1345 PangoFontFace *
1413 PangoFontFace **pface) in gtk_font_selection_select_font_desc()
1417 PangoFontFace *new_face = NULL; in gtk_font_selection_select_font_desc()
1418 PangoFontFace *fallback_face = NULL; in gtk_font_selection_select_font_desc()
1466 PangoFontFace *face; in gtk_font_selection_select_font_desc()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfontsel.c177 PangoFontFace *face);
602 PangoFontFace *face) in gtk_font_selection_ref_face()
846 PangoFontFace **faces; in gtk_font_selection_show_available_styles()
850 PangoFontFace *match_face = NULL; in gtk_font_selection_show_available_styles()
947 PangoFontFace *face; in gtk_font_selection_select_style()
1315 PangoFontFace *
1397 PangoFontFace **pface) in gtk_font_selection_select_font_desc()
1400 PangoFontFace *new_face = NULL; in gtk_font_selection_select_font_desc()
1401 PangoFontFace *fallback_face = NULL; in gtk_font_selection_select_font_desc()
1449 PangoFontFace *face; in gtk_font_selection_select_font_desc()
[all …]
H A Dgtkfontsel.h83 PangoFontFace *GSEAL (face); /* Current face */
154 PangoFontFace *
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list_pango.cc38 PangoFontFace** font_faces = nullptr; in GetFontsInFamily_SlowBlocking()
43 PangoFontFace* font_face = font_faces[j]; in GetFontsInFamily_SlowBlocking()
/dports/lang/racket-minimal/racket-8.3/src/native-libs/patches/
H A Dcoretext-fontreg.patch45 + family->faces = g_new (PangoFontFace *, family->n_faces);
51 + family->faces[i] = (PangoFontFace *)face;
/dports/lang/racket/racket-8.3/src/native-libs/patches/
H A Dcoretext-fontreg.patch45 + family->faces = g_new (PangoFontFace *, family->n_faces);
51 + family->faces[i] = (PangoFontFace *)face;
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dfontsel.cc44 map<string, PangoFontFace*> Faces;
107 map <string, PangoFontFace*>::iterator i, iend = fs->Faces.end (); in select_best_font_face()
265 PangoFontFace **faces; in gcp_font_sel_set_property()
415 PangoFontFace **faces; in on_select_family()
420 map<string, PangoFontFace*>::iterator j, jend = fs->Faces.end (); in on_select_family()
438 fs->Faces[name] = (PangoFontFace*) g_object_ref (faces[i]); in on_select_family()
473 PangoFontFace *face = fs->Faces[name]; in on_select_face()
516 fs->Faces = map<string, PangoFontFace*>(); in gcp_font_sel_init()
589 PangoFontFace **faces; in gcp_font_sel_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestfontchooserdialog.c24 const PangoFontFace *face, in monospace_filter()
34 PangoFontFace *face; in notify_font_cb()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestfontchooserdialog.c24 const PangoFontFace *face, in monospace_filter()
34 PangoFontFace *face; in notify_font_cb()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dfontchooser.ccg25 static gboolean SignalProxy_Filter_gtk_callback(const PangoFontFamily* family, const PangoFontFace*…
33 …const Glib::RefPtr<const Pango::FontFace> cppFace = Glib::wrap(const_cast<PangoFontFace*>(face), t…
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/pango-sys-0.14.0/tests/
H A Dlayout.c39 printf("%s;%zu;%zu\n", "PangoFontFace", sizeof(PangoFontFace), alignof(PangoFontFace)); in main()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/pango-sys/tests/
H A Dlayout.c39 printf("%s;%zu;%zu\n", "PangoFontFace", sizeof(PangoFontFace), alignof(PangoFontFace)); in main()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/pango-sys-0.14.0/tests/
H A Dlayout.c39 printf("%s;%zu;%zu\n", "PangoFontFace", sizeof(PangoFontFace), alignof(PangoFontFace)); in main()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/pango-sys-0.14.0/tests/
H A Dlayout.c39 printf("%s;%zu;%zu\n", "PangoFontFace", sizeof(PangoFontFace), alignof(PangoFontFace)); in main()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/pango-sys-0.14.0/tests/
H A Dlayout.c39 printf("%s;%zu;%zu\n", "PangoFontFace", sizeof(PangoFontFace), alignof(PangoFontFace)); in main()

123456