Minor formatting.

This commit is contained in:
Werner Lemberg 2023-06-03 06:09:30 +02:00
parent 80a507a6b8
commit b641b607be
3 changed files with 14 additions and 10 deletions

View File

@ -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,

View File

@ -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 };

View File

@ -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