/** * hb_ot_meta_tag_t: * @HB_OT_META_TAG_DESIGN_LANGUAGES: Design languages. Text, using only * Basic Latin (ASCII) characters. Indicates languages and/or scripts * for the user audiences that the font was primarily designed for. * @HB_OT_META_TAG_SUPPORTED_LANGUAGES: Supported languages. Text, using * only Basic Latin (ASCII) characters. Indicates languages and/or scripts * that the font is declared to be capable of supporting. * * Known metadata tags from https://docs.microsoft.com/en-us/typography/opentype/spec/meta * * Since: 2.6.0
**/ typedefenum { /* HB_OT_META_TAG_APPL = HB_TAG ('a','p','p','l'), HB_OT_META_TAG_BILD = HB_TAG ('b','i','l','d'),
*/
HB_OT_META_TAG_DESIGN_LANGUAGES = HB_TAG ('d','l','n','g'),
HB_OT_META_TAG_SUPPORTED_LANGUAGES = HB_TAG ('s','l','n','g'),
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.