diff options
Diffstat (limited to 'src/fontpack.h')
-rw-r--r-- | src/fontpack.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fontpack.h b/src/fontpack.h index 429afb5d..f69e2adc 100644 --- a/src/fontpack.h +++ b/src/fontpack.h | |||
@@ -110,10 +110,10 @@ iDeclareType(FontSpec) | |||
110 | iDeclareTypeConstruction(FontSpec) | 110 | iDeclareTypeConstruction(FontSpec) |
111 | 111 | ||
112 | enum iFontSpecFlags { | 112 | enum iFontSpecFlags { |
113 | override_FontSpecFlag = iBit(1), | 113 | override_FontSpecFlag = iBit(1), |
114 | monospace_FontSpecFlag = iBit(2), /* can be used in preformatted content */ | 114 | monospace_FontSpecFlag = iBit(2), /* can be used in preformatted content */ |
115 | auxiliary_FontSpecFlag = iBit(3), /* only used for looking up glyphs missing from other fonts */ | 115 | auxiliary_FontSpecFlag = iBit(3), /* only used for looking up glyphs missing from other fonts */ |
116 | arabic_FontSpecFlag = iBit(4), | 116 | allowSpacePunct_FontSpecFlag = iBit(4), /* space/punctuation glyphs from this auxiliary font can be used */ |
117 | fixNunitoKerning_FontSpecFlag = iBit(31), /* manual hardcoded kerning tweaks for Nunito */ | 117 | fixNunitoKerning_FontSpecFlag = iBit(31), /* manual hardcoded kerning tweaks for Nunito */ |
118 | }; | 118 | }; |
119 | 119 | ||