class SkFontStream { public: /** * Return the number of shared directories inside a TTC sfnt, or return 1 * if the stream is a normal sfnt (ttf). If there is an error or * no directory is found, return 0. * * Note: the stream is rewound initially, but is returned at an arbitrary * read offset.
*/ staticint CountTTCEntries(SkStream*);
/** * @param ttcIndex 0 for normal sfnts, or the index within a TTC sfnt. * * Note: the stream is rewound initially, but is returned at an arbitrary * read offset.
*/ staticint GetTableTags(SkStream*, int ttcIndex, SkFontTableTag tags[]);
/** * @param ttcIndex 0 for normal sfnts, or the index within a TTC sfnt. * * Note: the stream is rewound initially, but is returned at an arbitrary * read offset.
*/ static size_t GetTableData(SkStream*, int ttcIndex, SkFontTableTag tag,
size_t offset, size_t length, void* data);
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.