summaryrefslogtreecommitdiff
path: root/fonttosfnt.h
diff options
context:
space:
mode:
authorChristopher Zimmermann <madroach@gmerlin.de>2020-10-24 11:41:32 +0200
committerChristopher Zimmermann <madroach@gmerlin.de>2020-10-26 08:45:20 +0100
commit899eadee6750ea39ddb6b874529c29c011599bb2 (patch)
treea3bdd230dc1107b397fe519536116b2883b12a9d /fonttosfnt.h
parent5f2307d883de6ddf55f499f1690840747b1a3ad9 (diff)
Fall back to using FONT property as family name
Diffstat (limited to 'fonttosfnt.h')
-rw-r--r--fonttosfnt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fonttosfnt.h b/fonttosfnt.h
index 0dcc31c..53d9587 100644
--- a/fonttosfnt.h
+++ b/fonttosfnt.h
@@ -191,6 +191,7 @@ unsigned faceFoundry(FT_Face);
char *faceEncoding(FT_Face);
int faceFlags(FT_Face);
int faceIntProp(FT_Face, const char *);
+char *faceStringProp(FT_Face, const char *);
int faceWeight(FT_Face);
int faceWidth(FT_Face);
int faceItalicAngle(FT_Face);