struct EBDTComponent {
SK_OT_USHORT glyphCode; // Component glyph code
SK_OT_CHAR xOffset; // Position of component left
SK_OT_CHAR yOffset; // Position of component top
};
struct Format8 {
SmallGlyphMetrics smallMetrics; // Metrics information for the glyph
SK_OT_BYTE pad; // Pad to short boundary
SK_OT_USHORT numComponents; // Number of components //EBDTComponent componentArray[numComponents]; // Glyph code, offset array
};
struct Format9 {
BigGlyphMetrics bigMetrics; // Metrics information for the glyph
SK_OT_USHORT numComponents; // Number of components //EBDTComponent componentArray[numComponents]; // Glyph code, offset array
};
};
#pragmapack(pop)
#endif
Messung V0.5
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.17Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.