Main Page   Modules   Data Structures   Globals   Appendix  

MFLTOtfSpec Struct Reference
[FLT API]

Type of specification of GSUB and GPOS OpenType tables. More...


Data Fields

MSymbol sym
unsigned int script
unsigned int langsys
unsigned int * features [2]


Detailed Description

Type of specification of GSUB and GPOS OpenType tables.

The type MFLTOtfSpec is the structure that contains information about the GSUB and GPOS features of a specific script and language system to be applied to a glyph sequence.


Field Documentation

Unique symbol representing the spec. This is the same as the OTF-SPEC of the FLT.

unsigned int MFLTOtfSpec::script

Tags for script and language system.

unsigned int* MFLTOtfSpec::features[2]

Array of GSUB (1st element) and GPOS (2nd element) features. Each array is terminated by 0. If an element is 0xFFFFFFFF apply the previous features in that order, and apply all the other features except those that appear in the following elements. It may be NULL if there are no features.


Top of this page

Main Page   Modules   Data Structures   Globals   Appendix  

mulemark