summaryrefslogtreecommitdiff
path: root/src/fontpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontpack.h')
-rw-r--r--src/fontpack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fontpack.h b/src/fontpack.h
index d86de945..aa6f2b9f 100644
--- a/src/fontpack.h
+++ b/src/fontpack.h
@@ -78,6 +78,7 @@ iDeclareObjectConstruction(FontFile)
78struct Impl_FontFile { 78struct Impl_FontFile {
79 iObject object; /* reference-counted */ 79 iObject object; /* reference-counted */
80 iString id; /* for detecting when the same file is used in many places */ 80 iString id; /* for detecting when the same file is used in many places */
81 int colIndex;
81 enum iFontStyle style; 82 enum iFontStyle style;
82 iBlock sourceData; 83 iBlock sourceData;
83 stbtt_fontinfo stbInfo; 84 stbtt_fontinfo stbInfo;