| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Quickdraw font references are deprecated |
| Availability | Replacement | |
|---|---|---|
| From | Available | none |
| To | Deprecated | CTFontManagerRegisterFontURLs |
| Availability | Replacement | |
|---|---|---|
| From | Available | none |
| To | Deprecated | CTFontManagerUnregisterFontURLs |
| Declaration | |
|---|---|
| From | CTGlyphInfoRef CTGlyphInfoCreateWithGlyphName(CFStringRef glyphName, CTFontRef font, CFStringRef baseString) |
| To | CTGlyphInfoRef CTGlyphInfoCreateWithGlyphName(CFStringRef glyphName, CTFontRef font, CFStringRef baseString) |
| Declaration | |
|---|---|
| From | CTGlyphInfoRef CTGlyphInfoCreateWithGlyph(CGGlyph glyph, CTFontRef font, CFStringRef baseString) |
| To | CTGlyphInfoRef CTGlyphInfoCreateWithGlyph(CGGlyph glyph, CTFontRef font, CFStringRef baseString) |
| Declaration | |
|---|---|
| From | CTGlyphInfoRef CTGlyphInfoCreateWithCharacterIdentifier(CGFontIndex cid, CTCharacterCollection collection, CFStringRef baseString) |
| To | CTGlyphInfoRef CTGlyphInfoCreateWithCharacterIdentifier(CGFontIndex cid, CTCharacterCollection collection, CFStringRef baseString) |