A protocol defining the interface for Font classes. More...
#include <IFont.h>
Properties | |
NSString * | fontName |
The name of the font to use. | |
A protocol defining the interface for Font classes.
The IFont protocol specifies the properties and methods that a font class must implement.
|
readwritenonatomicstrong |
The name of the font to use.
This property specifies the name of the font that should be used.