DTHTMLElementFontVariant Constants Reference
| Declared in | DTCoreTextConstants.h |
DTHTMLElementFontVariant
DTHTMLElement font variants
Definition
typedef NS_ENUM(NSUInteger, DTHTMLElementFontVariant ) {
DTHTMLElementFontVariantInherit = 0,
DTHTMLElementFontVariantNormal,
DTHTMLElementFontVariantSmallCaps,
};
Constants
DTHTMLElementFontVariantInherit-
The element inherts the font variantDeclared In
DTCoreTextConstants.h. DTHTMLElementFontVariantNormal-
The element uses the normal font variantDeclared In
DTCoreTextConstants.h. DTHTMLElementFontVariantSmallCaps-
The element should display in small capsDeclared In
DTCoreTextConstants.h.
Declared In
DTCoreTextConstants.h