SSDirectionTypeWords
Introductionencapsulates a direction-type words element Methods
setBold:italic:set bold and italic parameters Properties
boldget the bold property of the text. false if false or undefined @property (readonly) bool bold; italicget the italic property of the text. false if false or undefined @property (readonly) bool italic; pointSizepoint size of font if defined, else 0 @property (readonly) float pointSize; wordsgetter returns the text in the direction-type. setter sets it @property NSString* words; |