SSDirectionTypeWords

Superclass:
Declared In:

Introduction

encapsulates a direction-type words element



Methods

-setBold:italic:

set bold and italic parameters


setBold:italic:


set bold and italic parameters

-(void)setBold:(bool)bold italic:(bool)italic; 

Properties

bold

get the bold property of the text. false if false or undefined

italic

get the italic property of the text. false if false or undefined

pointSize

point size of font if defined, else 0

words

getter returns the text in the direction-type. setter sets it


bold


get the bold property of the text. false if false or undefined

@property (readonly) bool bold; 

italic


get the italic property of the text. false if false or undefined

@property (readonly) bool italic; 

pointSize


point size of font if defined, else 0

@property (readonly) float pointSize; 

words


getter returns the text in the direction-type. setter sets it

@property NSString* words;