Add commented-out dummy struct for Extension lookups.
2007-10-24 Behdad Esfahbod <behdad@gnome.org> * pango/opentype/harfbuzz-gpos-private.h: * pango/opentype/harfbuzz-gsub-private.h: Add commented-out dummy struct for Extension lookups.
This commit is contained in:
parent
13b2b96384
commit
2130d852c7
@ -655,6 +655,19 @@ struct HB_ChainContextPos_
|
|||||||
typedef struct HB_ChainContextPos_ HB_ChainContextPos;
|
typedef struct HB_ChainContextPos_ HB_ChainContextPos;
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
/* LookupType 10 */
|
||||||
|
struct HB_ExtensionPos_
|
||||||
|
{
|
||||||
|
FT_UShort PosFormat; /* always 1 */
|
||||||
|
FT_UShort LookuptType; /* lookup-type of referenced subtable */
|
||||||
|
HB_GPOS_SubTable *subtable; /* referenced subtable */
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef struct HB_ExtensionPos_ HB_ExtensionPos;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
union HB_GPOS_SubTable_
|
union HB_GPOS_SubTable_
|
||||||
{
|
{
|
||||||
HB_SinglePos single;
|
HB_SinglePos single;
|
||||||
|
@ -403,6 +403,19 @@ struct HB_ChainContextSubst_
|
|||||||
typedef struct HB_ChainContextSubst_ HB_ChainContextSubst;
|
typedef struct HB_ChainContextSubst_ HB_ChainContextSubst;
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
/* LookupType 7 */
|
||||||
|
struct HB_ExtensionSubst_
|
||||||
|
{
|
||||||
|
FT_UShort SubstFormat; /* always 1 */
|
||||||
|
FT_UShort LookuptType; /* lookup-type of referenced subtable */
|
||||||
|
HB_GSUB_SubTable *subtable; /* referenced subtable */
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef struct HB_ExtensionSubst_ HB_ExtensionSubst;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* LookupType 8 */
|
/* LookupType 8 */
|
||||||
struct HB_ReverseChainContextSubst_
|
struct HB_ReverseChainContextSubst_
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user