Whitespace
This commit is contained in:
parent
383060cc33
commit
a1814e2bec
|
@ -485,7 +485,7 @@ struct OpenTypeFontFile
|
||||||
{
|
{
|
||||||
enum {
|
enum {
|
||||||
CFFTag = HB_TAG ('O','T','T','O'), /* OpenType with Postscript outlines */
|
CFFTag = HB_TAG ('O','T','T','O'), /* OpenType with Postscript outlines */
|
||||||
TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ), /* OpenType with TrueType outlines */
|
TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 ), /* OpenType with TrueType outlines */
|
||||||
TTCTag = HB_TAG ('t','t','c','f'), /* TrueType Collection */
|
TTCTag = HB_TAG ('t','t','c','f'), /* TrueType Collection */
|
||||||
DFontTag = HB_TAG ( 0 , 0 , 1 , 0 ), /* DFont Mac Resource Fork */
|
DFontTag = HB_TAG ( 0 , 0 , 1 , 0 ), /* DFont Mac Resource Fork */
|
||||||
TrueTag = HB_TAG ('t','r','u','e'), /* Obsolete Apple TrueType */
|
TrueTag = HB_TAG ('t','r','u','e'), /* Obsolete Apple TrueType */
|
||||||
|
|
Loading…
Reference in New Issue