FLIPPED THE SWITCH

This commit is contained in:
Pietro Gagliardi 2017-02-15 21:30:21 -05:00
parent 4f5328ae65
commit 1eb2ffaf82
1 changed files with 0 additions and 4 deletions

View File

@ -42,8 +42,6 @@ _UI_ENUM(uiAttribute) {
// TODO document that this should be strict BCP 47 form (A-Z, a-z, 0-9, and -) for maximum compatibility
uiAttributeLanguage, // BCP 47 string
#if 0
// These attributes represent typographic features. Each feature
// is a separate attribute, to make composition easier. The
// availability of for each attribute are defined by the font; the
@ -192,8 +190,6 @@ _UI_ENUM(uiAttribute) {
// TODO kCJKRomanSpacingType
#endif
// TODO uiAttributeSystem, (this might not be doable with DirectWrite)
// TODO uiAttributeCustom,
};