[meta] Add metadata tags documentation from ot spec

This commit is contained in:
Ebrahim Byagowi 2019-08-03 13:47:55 +04:30 committed by GitHub
parent 521c7013ab
commit bbeee84a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,14 @@ HB_BEGIN_DECLS
/**
* 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.
*
* From https://docs.microsoft.com/en-us/typography/opentype/spec/meta
* Known metadata tags from https://docs.microsoft.com/en-us/typography/opentype/spec/meta
*
* Since: REPLACEME
**/