Whitespace
This commit is contained in:
parent
7fd0b61dee
commit
c9acab3cfb
|
@ -64,9 +64,9 @@ typedef struct TableRecord
|
||||||
|
|
||||||
Tag tag; /* 4-byte identifier. */
|
Tag tag; /* 4-byte identifier. */
|
||||||
CheckSum checkSum; /* CheckSum for this table. */
|
CheckSum checkSum; /* CheckSum for this table. */
|
||||||
HBUINT32 offset; /* Offset from beginning of TrueType font
|
HBUINT32 offset; /* Offset from beginning of TrueType font
|
||||||
* file. */
|
* file. */
|
||||||
HBUINT32 length; /* Length of this table. */
|
HBUINT32 length; /* Length of this table. */
|
||||||
public:
|
public:
|
||||||
DEFINE_SIZE_STATIC (16);
|
DEFINE_SIZE_STATIC (16);
|
||||||
} OpenTypeTable;
|
} OpenTypeTable;
|
||||||
|
@ -81,7 +81,7 @@ typedef struct OffsetTable
|
||||||
{
|
{
|
||||||
return tables[i];
|
return tables[i];
|
||||||
}
|
}
|
||||||
inline unsigned int get_table_tags (unsigned int start_offset,
|
inline unsigned int get_table_tags (unsigned int start_offset,
|
||||||
unsigned int *table_count, /* IN/OUT */
|
unsigned int *table_count, /* IN/OUT */
|
||||||
hb_tag_t *table_tags /* OUT */) const
|
hb_tag_t *table_tags /* OUT */) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue