summaryrefslogtreecommitdiff
path: root/pango/pango-userface-private.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-11 12:43:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-06-22 13:54:01 -0400
commita2e3fc9337499b040bf330cfb5781920e618dc1e (patch)
treea53d53459374ced4a5ac8f3bebd1a3ed205f854b /pango/pango-userface-private.h
parentfc6028daaa214f04ad74bbcd046c98434a9bae64 (diff)
downloadpango-a2e3fc9337499b040bf330cfb5781920e618dc1e.tar.gz
Clean up PangoFontFace hierarchy
Move common fields to PangoFontFace, add private setters, and add properties.
Diffstat (limited to 'pango/pango-userface-private.h')
-rw-r--r--pango/pango-userface-private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/pango/pango-userface-private.h b/pango/pango-userface-private.h
index 8e996293..7ea0bf88 100644
--- a/pango/pango-userface-private.h
+++ b/pango/pango-userface-private.h
@@ -28,13 +28,8 @@ struct _PangoUserFace
{
PangoFontFace parent_instance;
- PangoFontDescription *description;
- char *name;
- PangoFontFamily *family;
char *faceid;
- /* up to here shared with PangoHbFace */
-
PangoUserFaceGetFontInfoFunc font_info_func;
PangoUserFaceUnicodeToGlyphFunc glyph_func;
PangoUserFaceGetGlyphInfoFunc glyph_info_func;