summaryrefslogtreecommitdiff
path: root/pango/pango-font-private.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-12 12:24:28 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-08-12 12:24:28 +0000
commit24f7a9929ffc8170d9aa5bd429e6983c303eee2e (patch)
treef85352ca7c1870a862ce5e009cc6344a255b9688 /pango/pango-font-private.h
parentf67627fd5e1c860af630a065234c7740c643e130 (diff)
parent24e2fcbe69bd8e862e872b0e93b72c3e21d07294 (diff)
downloadpango-24f7a9929ffc8170d9aa5bd429e6983c303eee2e.tar.gz
Merge branch 'fc-font-struct' into 'master'
Make PangoFcFont struct available again See merge request GNOME/pango!133
Diffstat (limited to 'pango/pango-font-private.h')
-rw-r--r--pango/pango-font-private.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/pango/pango-font-private.h b/pango/pango-font-private.h
index fb496a96..d43440b4 100644
--- a/pango/pango-font-private.h
+++ b/pango/pango-font-private.h
@@ -134,27 +134,6 @@ struct _PangoFontFaceClass
typedef struct _PangoFontClass PangoFontClass;
-/**
- * PangoFont:
- *
- * The #PangoFont structure is used to represent
- * a font in a rendering-system-independent matter.
- * To create an implementation of a #PangoFont,
- * the rendering-system specific code should allocate
- * a larger structure that contains a nested
- * #PangoFont, fill in the <structfield>klass</structfield> member of
- * the nested #PangoFont with a pointer to
- * a appropriate #PangoFontClass, then call
- * pango_font_init() on the structure.
- *
- * The #PangoFont structure contains one member
- * which the implementation fills in.
- */
-struct _PangoFont
-{
- GObject parent_instance;
-};
-
struct _PangoFontClass
{
GObjectClass parent_class;