protected:
Tag tag; /* A tag indicating the type of metadata. */
NNOffset32To<UnsizedArrayOf<HBUINT8>>
dataZ; /* Offset in bytes from the beginning of the
* metadata table to the data for this tag. */
HBUINT32 dataLength; /* Length of the data. The data is not required to
* be padded to any byte boundary. */ public:
DEFINE_SIZE_STATIC (12);
};
struct meta
{ static constexpr hb_tag_t tableTag = HB_OT_TAG_meta;
protected:
HBUINT32 version; /* Version number of the metadata table — set to 1. */
HBUINT32 flags; /* Flags — currently unused; set to 0. */
HBUINT32 dataOffset; /* Per Apple specification: *Offsetfromthebeginningofthetabletothedata. *PerOTspecification:
* Reserved. Not used; should be set to 0. */
Array32Of<DataMap>
dataMaps;/* Array of data map records. */ public:
DEFINE_SIZE_ARRAY (16, dataMaps);
};
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.