From b73721905faf6d1d959a937f11905b9494194aab Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 9 Jun 2017 19:43:55 -0400 Subject: [PATCH] Meh. --- ui_attrstr.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ui_attrstr.h b/ui_attrstr.h index e5147a02..c7ab225c 100644 --- a/ui_attrstr.h +++ b/ui_attrstr.h @@ -91,12 +91,14 @@ _UI_ENUM(uiDrawUnderlineColor) { // often used as a Boolean flag, but sometimes as an index to choose // a glyph shape to use. // -// The full list of OpenType features is part of the OpenType -// specification: +// If a font does not support a certain feature, that feature will be +// ignored. +// +// See the OpenType specification at // https://www.microsoft.com/typography/otspec/featuretags.htm -// Refer to it for information on specific features and how to use -// them. -// TODO reformat this somehow (how do Go packages do things like this?) +// for the complete list of available features, information on specific +// features, and how to use them. +// TODO invalid features typedef struct uiOpenTypeFeatures uiOpenTypeFeatures; // TODO pass the feature set? (resolve const struct issue below first)