Minor formatting.
This commit is contained in:
parent
80a507a6b8
commit
b641b607be
@ -97,7 +97,8 @@
|
||||
#define EMPTYFEAT {0, 0, {NULL}}
|
||||
|
||||
|
||||
static GX_Feature_RegistryRec featreg_table[] = {
|
||||
static GX_Feature_RegistryRec featreg_table[] =
|
||||
{
|
||||
{ /* 0 */
|
||||
"All Typographic Features",
|
||||
0,
|
||||
|
@ -3547,7 +3547,8 @@
|
||||
|
||||
#ifdef TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY
|
||||
/* arguments to opcodes are skipped by `SKIP_Code' */
|
||||
FT_Byte opcode_pattern[9][12] = {
|
||||
FT_Byte opcode_pattern[9][12] =
|
||||
{
|
||||
/* #0 inline delta function 1 */
|
||||
{
|
||||
0x4B, /* PPEM */
|
||||
@ -7679,13 +7680,14 @@
|
||||
FT_UShort i;
|
||||
|
||||
#ifdef TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY
|
||||
FT_Byte opcode_pattern[1][2] = {
|
||||
/* #8 TypeMan Talk Align */
|
||||
{
|
||||
0x06, /* SPVTL */
|
||||
0x7D, /* RDTG */
|
||||
},
|
||||
};
|
||||
FT_Byte opcode_pattern[1][2] =
|
||||
{
|
||||
/* #8 TypeMan Talk Align */
|
||||
{
|
||||
0x06, /* SPVTL */
|
||||
0x7D, /* RDTG */
|
||||
},
|
||||
};
|
||||
FT_UShort opcode_patterns = 1;
|
||||
FT_UShort opcode_pointer[1] = { 0 };
|
||||
FT_UShort opcode_size[1] = { 1 };
|
||||
|
@ -312,7 +312,8 @@
|
||||
#define TRICK_SFNT_IDS_NUM_FACES 31
|
||||
|
||||
static const tt_sfnt_id_rec sfnt_id[TRICK_SFNT_IDS_NUM_FACES]
|
||||
[TRICK_SFNT_IDS_PER_FACE] = {
|
||||
[TRICK_SFNT_IDS_PER_FACE] =
|
||||
{
|
||||
|
||||
#define TRICK_SFNT_ID_cvt 0
|
||||
#define TRICK_SFNT_ID_fpgm 1
|
||||
|
Loading…
Reference in New Issue
Block a user