TextFontSize Constants Reference

Declared in XMMContentBlocks.h

TextFontSize

Declaring different TextFontSizes. Can be used to provide 3 different fontSizes for the XMMContentBlocks.

Definition

typedef NS_OPTIONS(NSInteger, TextFontSize ) {
   NormalFontSize = 17,
   BigFontSize = 20,
   BiggerFontSize = 22,
};

Constants

NormalFontSize

NormalFontSize is the “standard” fontSize.

Declared In XMMContentBlocks.h.

BigFontSize

BigFontSize is the next “bigger” fontSize.

Declared In XMMContentBlocks.h.

BiggerFontSize

BiggerFontSize is the “biggest” fontSize.

Declared In XMMContentBlocks.h.

Declared In

XMMContentBlocks.h