Minor
This commit is contained in:
parent
740ae27d5c
commit
4547051f48
|
@ -484,8 +484,6 @@ struct ResourceForkHeader
|
||||||
|
|
||||||
struct OpenTypeFontFile
|
struct OpenTypeFontFile
|
||||||
{
|
{
|
||||||
static const hb_tag_t tableTag = HB_TAG ('_','_','_','_'); /* Sanitizer needs this. */
|
|
||||||
|
|
||||||
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 */
|
||||||
|
|
Loading…
Reference in New Issue