DTCoreTextFontCollection Class Reference
| Inherits from | NSObject |
| Declared in | DTCoreTextFontCollection.h |
Instance Methods
fontDescriptors
The font descriptors describing all fonts in the receiver’s font collection
- (NSArray *)fontDescriptorsDeclared In
DTCoreTextFontCollection.hfontFamilyNames
The font family names that occur in the receiver’s list of fonts
- (NSArray *)fontFamilyNamesDeclared In
DTCoreTextFontCollection.hmatchingFontDescriptorForFontDescriptor:
The font descriptor describing a font in the receiver’s collection that matches a given descriptor
- (DTCoreTextFontDescriptor *)matchingFontDescriptorForFontDescriptor:(DTCoreTextFontDescriptor *)descriptorParameters
- descriptor
The font descriptor to search for
Return Value
The first found font descriptor in the font collection
Declared In
DTCoreTextFontCollection.h