formatting
This commit is contained in:
parent
b5e8c90806
commit
7b0cc663e8
|
@ -2305,7 +2305,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* documentation is in freetype.h */
|
/* documentation is in freetype.h */
|
||||||
|
|
||||||
FT_EXPORT_DEF( FT_ULong )
|
FT_EXPORT_DEF( FT_ULong )
|
||||||
|
@ -2329,8 +2328,8 @@
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* documentation is in freetype.h */
|
|
||||||
|
|
||||||
|
/* documentation is in freetype.h */
|
||||||
|
|
||||||
FT_EXPORT_DEF( FT_ULong )
|
FT_EXPORT_DEF( FT_ULong )
|
||||||
FT_Get_Next_Char( FT_Face face,
|
FT_Get_Next_Char( FT_Face face,
|
||||||
|
@ -2358,7 +2357,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* documentation is in freetype.h */
|
/* documentation is in freetype.h */
|
||||||
|
|
||||||
FT_EXPORT_DEF( FT_UInt )
|
FT_EXPORT_DEF( FT_UInt )
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
{ "cidtype1", "CID Type 1" },
|
{ "cidtype1", "CID Type 1" },
|
||||||
{ "cff", "CFF" },
|
{ "cff", "CFF" },
|
||||||
{ "pfr", "PFR" },
|
{ "pfr", "PFR" },
|
||||||
{ "winfonts", "Windows FNT" }
|
{ "winfonts", "Windows FNT" }
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* result = NULL;
|
const char* result = NULL;
|
||||||
|
|
Loading…
Reference in New Issue