CTFontCopyFontDescriptor(_:)
Returns the normalized font descriptor for the given font reference.
Declaration
func CTFontCopyFontDescriptor(_ font: CTFont) -> CTFontDescriptorParameters
- font:
The font reference.
Return Value
A normalized font descriptor for a font containing enough information to recreate this font at a later time.