#import <WDFont.h>
Abgeleitet von NSObject und < NSCopying >.
Öffentliche Methoden | |
| (id) | - name |
| (void) | - setName: |
| (id) | - secondName |
| (void) | - setSecondName: |
| (int) | - fontFamily |
| (void) | - setFontFamily: |
| (int) | - characterSet |
| (void) | - setCharacterSet: |
| (int) | - pitch |
| (void) | - setPitch: |
| (id) | - init |
| (id) | - initWithName: |
| (void) | - dealloc |
| (id) | - copyWithZone: |
| (unsigned int) | - hash |
| (BOOL) | - isEqual: |
Geschützte Attribute | |
| NSString * | mName |
| NSString * | mSecondName |
| int | mFontFamily |
| int | mCharacterSet |
| int | mPitch |
Definiert in Zeile 13 der Datei WDFont.h.
| - (id) name |
| - (void) setName: | (id) | fp8 |
| - (id) secondName |
| - (void) setSecondName: | (id) | fp8 |
| - (int) fontFamily |
| - (void) setFontFamily: | (int) | fp8 |
| - (int) characterSet |
| - (void) setCharacterSet: | (int) | fp8 |
| - (int) pitch |
| - (void) setPitch: | (int) | fp8 |
| - (id) init |
| - (id) initWithName: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (unsigned int) hash |
Implementiert NSObject.
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
- (NSString*) mSecondName [protected] |
- (int) mFontFamily [protected] |
- (int) mCharacterSet [protected] |