#import <xap_CocoaFont.h>
Public Member Functions | |
(id) | - initWithFontFamilyName:known: |
(void) | - dealloc |
(NSString *) | - fontFamilyName |
(NSAttributedString *) | - attributedFontFamilyName |
(unsigned) | - count |
(NSArray *) | - fontNames |
(NSArray *) | - fontMembers |
(NSArray *) | - attributedFontMembers |
(int) | - indexRegular |
(int) | - indexItalic |
(int) | - indexBold |
(int) | - indexBoldItalic |
(void) | - addFontReferences: |
Static Public Member Functions | |
(NSMutableDictionary *) | + fontFamilyHelperDictionary: |
Protected Attributes | |
NSString * | m_FontFamilyName |
NSAttributedString * | m_AttributedFontFamilyName |
NSMutableArray * | m_FontNames |
NSMutableArray * | m_FontMembers |
NSMutableArray * | m_AttributedFontMembers |
unsigned | m_count |
int | m_indexRegular |
int | m_indexItalic |
int | m_indexBold |
int | m_indexBoldItalic |
+ (NSMutableDictionary *) fontFamilyHelperDictionary: | (NSMutableDictionary *) | referenceDictionary |
- (id) initWithFontFamilyName: | (NSString *) | fontFamilyName | ||
known: | (BOOL) | known | ||
- (void) dealloc |
References m_AttributedFontFamilyName, m_AttributedFontMembers, m_FontFamilyName, m_FontMembers, and m_FontNames.
- (NSString *) fontFamilyName |
References m_FontFamilyName.
- (NSAttributedString *) attributedFontFamilyName |
References m_AttributedFontFamilyName.
- (unsigned) count |
- (NSArray *) fontNames |
References m_FontNames.
- (NSArray *) fontMembers |
References m_FontMembers.
- (NSArray *) attributedFontMembers |
- (int) indexRegular |
- (int) indexItalic |
References m_indexItalic.
- (int) indexBold |
References m_indexBold.
- (int) indexBoldItalic |
References m_indexBoldItalic.
- (void) addFontReferences: | (NSMutableDictionary *) | referenceDictionary |
References m_count, and m_FontNames.
Referenced by fontFamilyHelperDictionary:, and XAP_CocoaAppController::helperForUnknownFontFamily:.
- (NSString*) m_FontFamilyName [protected] |
Referenced by dealloc, fontFamilyName, and initWithFontFamilyName:known:.
- (NSAttributedString*) m_AttributedFontFamilyName [protected] |
Referenced by attributedFontFamilyName, dealloc, and initWithFontFamilyName:known:.
- (NSMutableArray*) m_FontNames [protected] |
Referenced by addFontReferences:, dealloc, fontNames, and initWithFontFamilyName:known:.
- (NSMutableArray*) m_FontMembers [protected] |
Referenced by dealloc, fontMembers, and initWithFontFamilyName:known:.
- (NSMutableArray*) m_AttributedFontMembers [protected] |
Referenced by attributedFontMembers, dealloc, and initWithFontFamilyName:known:.
- (unsigned) m_count [protected] |
Referenced by addFontReferences:, count, and initWithFontFamilyName:known:.
- (int) m_indexRegular [protected] |
Referenced by indexRegular, and initWithFontFamilyName:known:.
- (int) m_indexItalic [protected] |
Referenced by indexItalic, and initWithFontFamilyName:known:.
- (int) m_indexBold [protected] |
Referenced by indexBold, and initWithFontFamilyName:known:.
- (int) m_indexBoldItalic [protected] |
Referenced by indexBoldItalic, and initWithFontFamilyName:known:.