FLIPPED THE SWITCH
This commit is contained in:
parent
4f5328ae65
commit
1eb2ffaf82
|
@ -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
|
// TODO document that this should be strict BCP 47 form (A-Z, a-z, 0-9, and -) for maximum compatibility
|
||||||
uiAttributeLanguage, // BCP 47 string
|
uiAttributeLanguage, // BCP 47 string
|
||||||
|
|
||||||
#if 0
|
|
||||||
|
|
||||||
// These attributes represent typographic features. Each feature
|
// These attributes represent typographic features. Each feature
|
||||||
// is a separate attribute, to make composition easier. The
|
// is a separate attribute, to make composition easier. The
|
||||||
// availability of for each attribute are defined by the font; the
|
// availability of for each attribute are defined by the font; the
|
||||||
|
@ -192,8 +190,6 @@ _UI_ENUM(uiAttribute) {
|
||||||
|
|
||||||
// TODO kCJKRomanSpacingType
|
// TODO kCJKRomanSpacingType
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// TODO uiAttributeSystem, (this might not be doable with DirectWrite)
|
// TODO uiAttributeSystem, (this might not be doable with DirectWrite)
|
||||||
// TODO uiAttributeCustom,
|
// TODO uiAttributeCustom,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue