summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h b/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h
index edb726e0657..ccee275e015 100644
--- a/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h
+++ b/Build/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h
@@ -771,7 +771,7 @@ typedef struct bdfprops {
typedef struct bdffont {
struct splinefont *sf;
- int glyphcnt, glyphmax; /* used & allocated sizes of glyphs array */
+ int glyphcnt, glyphmax,glyphmin; /* used & allocated sizes of glyphs array */
BDFChar **glyphs; /* an array of charcnt entries */
int16 pixelsize;
int16 ascent, descent;
@@ -1484,7 +1484,7 @@ typedef struct splinefont {
struct splinefont *next;
int ascent, descent;
int uniqueid; /* Not copied when reading in!!!! */
- int glyphcnt, glyphmax; /* allocated size of glyphs array */
+ int glyphcnt, glyphmax,glyphmin; /* allocated size of glyphs array */
SplineChar **glyphs;
unsigned int changed: 1;
unsigned int changed_since_autosave: 1;