Declaration | |
---|---|
From | CTFontRef _Nonnull CTFontCreateWithName(CFStringRef _Nullable name, CGFloat size, const CGAffineTransform * _Nullable matrix) |
To | CTFontRef _Nonnull CTFontCreateWithName(CFStringRef _Nonnull name, CGFloat size, const CGAffineTransform * _Nullable matrix) |
Declaration | |
---|---|
From | _Bool CTFontGetGlyphsForCharacters(CTFontRef _Nonnull font, const UniChar [] characters, CGGlyph [] glyphs, CFIndex count) |
To | _Bool CTFontGetGlyphsForCharacters(CTFontRef _Nonnull font, const UniChar _Nonnull[] characters, CGGlyph _Nonnull[] glyphs, CFIndex count) |
Declaration | |
---|---|
From | CGRect CTFontGetBoundingRectsForGlyphs(CTFontRef _Nonnull font, CTFontOrientation orientation, const CGGlyph [] glyphs, CGRect * _Nullable boundingRects, CFIndex count) |
To | CGRect CTFontGetBoundingRectsForGlyphs(CTFontRef _Nonnull font, CTFontOrientation orientation, const CGGlyph _Nonnull[] glyphs, CGRect * _Nullable boundingRects, CFIndex count) |
Declaration | |
---|---|
From | CGRect CTFontGetOpticalBoundsForGlyphs(CTFontRef _Nonnull font, const CGGlyph [] glyphs, CGRect * _Nullable boundingRects, CFIndex count, CFOptionFlags options) |
To | CGRect CTFontGetOpticalBoundsForGlyphs(CTFontRef _Nonnull font, const CGGlyph _Nonnull[] glyphs, CGRect * _Nullable boundingRects, CFIndex count, CFOptionFlags options) |
Declaration | |
---|---|
From | double CTFontGetAdvancesForGlyphs(CTFontRef _Nonnull font, CTFontOrientation orientation, const CGGlyph [] glyphs, CGSize * _Nullable advances, CFIndex count) |
To | double CTFontGetAdvancesForGlyphs(CTFontRef _Nonnull font, CTFontOrientation orientation, const CGGlyph _Nonnull[] glyphs, CGSize * _Nullable advances, CFIndex count) |
Declaration | |
---|---|
From | void CTFontGetVerticalTranslationsForGlyphs(CTFontRef _Nonnull font, const CGGlyph [] glyphs, CGSize [] translations, CFIndex count) |
To | void CTFontGetVerticalTranslationsForGlyphs(CTFontRef _Nonnull font, const CGGlyph _Nonnull[] glyphs, CGSize _Nonnull[] translations, CFIndex count) |
Declaration | |
---|---|
From | void CTFontDrawGlyphs(CTFontRef _Nonnull font, const CGGlyph [] glyphs, const CGPoint [] positions, size_t count, CGContextRef _Nonnull context) |
To | void CTFontDrawGlyphs(CTFontRef _Nonnull font, const CGGlyph _Nonnull[] glyphs, const CGPoint _Nonnull[] positions, size_t count, CGContextRef _Nonnull context) |
Declaration | |
---|---|
From | void CTFrameGetLineOrigins(CTFrameRef _Nonnull frame, CFRange range, CGPoint [] origins) |
To | void CTFrameGetLineOrigins(CTFrameRef _Nonnull frame, CFRange range, CGPoint _Nonnull[] origins) |
Declaration | |
---|---|
From | CTRubyAnnotationRef _Nonnull CTRubyAnnotationCreate(CTRubyAlignment alignment, CTRubyOverhang overhang, CGFloat sizeFactor, CFStringRef _Nonnull [4] text) |
To | CTRubyAnnotationRef _Nonnull CTRubyAnnotationCreate(CTRubyAlignment alignment, CTRubyOverhang overhang, CGFloat sizeFactor, CFStringRef _Nullable _Nonnull[4] text) |
Declaration | |
---|---|
From | void CTRunGetGlyphs(CTRunRef _Nonnull run, CFRange range, CGGlyph [] buffer) |
To | void CTRunGetGlyphs(CTRunRef _Nonnull run, CFRange range, CGGlyph _Nonnull[] buffer) |
Declaration | |
---|---|
From | void CTRunGetPositions(CTRunRef _Nonnull run, CFRange range, CGPoint [] buffer) |
To | void CTRunGetPositions(CTRunRef _Nonnull run, CFRange range, CGPoint _Nonnull[] buffer) |
Declaration | |
---|---|
From | void CTRunGetAdvances(CTRunRef _Nonnull run, CFRange range, CGSize [] buffer) |
To | void CTRunGetAdvances(CTRunRef _Nonnull run, CFRange range, CGSize _Nonnull[] buffer) |
Declaration | |
---|---|
From | void CTRunGetStringIndices(CTRunRef _Nonnull run, CFRange range, CFIndex [] buffer) |
To | void CTRunGetStringIndices(CTRunRef _Nonnull run, CFRange range, CFIndex _Nonnull[] buffer) |