Declaration | |
---|---|
From | CFDataRef _Nullable CGFontCreatePostScriptSubset(CGFontRef _Nullable font, CFStringRef _Nullable subsetName, CGFontPostScriptFormat format, const CGGlyph * _Nullable glyphs, size_t count, const CGGlyph _Nonnull[256] encoding) |
To | CFDataRef _Nullable CGFontCreatePostScriptSubset(CGFontRef _Nullable font, CFStringRef _Nullable subsetName, CGFontPostScriptFormat format, const CGGlyph * _Nullable glyphs, size_t count, const CGGlyph _Nullable[256] encoding) |
Declaration | |
---|---|
From | CFDataRef _Nullable CGFontCreatePostScriptEncoding(CGFontRef _Nullable font, const CGGlyph _Nonnull[256] encoding) |
To | CFDataRef _Nullable CGFontCreatePostScriptEncoding(CGFontRef _Nullable font, const CGGlyph _Nullable[256] encoding) |