This commit is contained in:
Pietro Gagliardi 2017-06-09 19:43:55 -04:00
parent cde1a201f4
commit b73721905f
1 changed files with 7 additions and 5 deletions

View File

@ -91,12 +91,14 @@ _UI_ENUM(uiDrawUnderlineColor) {
// often used as a Boolean flag, but sometimes as an index to choose // often used as a Boolean flag, but sometimes as an index to choose
// a glyph shape to use. // a glyph shape to use.
// //
// The full list of OpenType features is part of the OpenType // If a font does not support a certain feature, that feature will be
// specification: // ignored.
//
// See the OpenType specification at
// https://www.microsoft.com/typography/otspec/featuretags.htm // https://www.microsoft.com/typography/otspec/featuretags.htm
// Refer to it for information on specific features and how to use // for the complete list of available features, information on specific
// them. // features, and how to use them.
// TODO reformat this somehow (how do Go packages do things like this?) // TODO invalid features
typedef struct uiOpenTypeFeatures uiOpenTypeFeatures; typedef struct uiOpenTypeFeatures uiOpenTypeFeatures;
// TODO pass the feature set? (resolve const struct issue below first) // TODO pass the feature set? (resolve const struct issue below first)