From 1eb2ffaf828f091cbd92d61fa1b580fcac5bd813 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 15 Feb 2017 21:30:21 -0500 Subject: [PATCH] FLIPPED THE SWITCH --- ui_attrstr.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui_attrstr.h b/ui_attrstr.h index fac03b0f..31ac8f6b 100644 --- a/ui_attrstr.h +++ b/ui_attrstr.h @@ -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, };