CoreText Changes for Swift
CoreText
Modified CTFont
Name | Declaration | |
---|---|---|
From | CTFontRef | typealias CTFontRef = CTFont |
To | CTFont | class CTFont { } |
Modified CTFontCollection
Name | Declaration | |
---|---|---|
From | CTFontCollectionRef | typealias CTFontCollectionRef = CTFontCollection |
To | CTFontCollection | class CTFontCollection { } |
Modified CTFontDescriptor
Name | Declaration | |
---|---|---|
From | CTFontDescriptorRef | typealias CTFontDescriptorRef = CTFontDescriptor |
To | CTFontDescriptor | class CTFontDescriptor { } |
Modified CTFrame
Name | Declaration | |
---|---|---|
From | CTFrameRef | typealias CTFrameRef = CTFrame |
To | CTFrame | class CTFrame { } |
Modified CTFramesetter
Name | Declaration | |
---|---|---|
From | CTFramesetterRef | typealias CTFramesetterRef = CTFramesetter |
To | CTFramesetter | class CTFramesetter { } |
Modified CTGlyphInfo
Name | Declaration | |
---|---|---|
From | CTGlyphInfoRef | typealias CTGlyphInfoRef = CTGlyphInfo |
To | CTGlyphInfo | class CTGlyphInfo { } |
Modified CTLine
Name | Declaration | |
---|---|---|
From | CTLineRef | typealias CTLineRef = CTLine |
To | CTLine | class CTLine { } |
Modified CTMutableFontCollection
Name | Declaration | |
---|---|---|
From | CTMutableFontCollectionRef | typealias CTMutableFontCollectionRef = CTMutableFontCollection |
To | CTMutableFontCollection | class CTMutableFontCollection { } |
Modified CTParagraphStyle
Name | Declaration | |
---|---|---|
From | CTParagraphStyleRef | typealias CTParagraphStyleRef = CTParagraphStyle |
To | CTParagraphStyle | class CTParagraphStyle { } |
Modified CTRubyAnnotation
Name | Declaration | |
---|---|---|
From | CTRubyAnnotationRef | typealias CTRubyAnnotationRef = CTRubyAnnotation |
To | CTRubyAnnotation | class CTRubyAnnotation { } |
Modified CTRun
Name | Declaration | |
---|---|---|
From | CTRunRef | typealias CTRunRef = CTRun |
To | CTRun | class CTRun { } |
Modified CTRunDelegate
Name | Declaration | |
---|---|---|
From | CTRunDelegateRef | typealias CTRunDelegateRef = CTRunDelegate |
To | CTRunDelegate | class CTRunDelegate { } |
Modified CTTextTab
Name | Declaration | |
---|---|---|
From | CTTextTabRef | typealias CTTextTabRef = CTTextTab |
To | CTTextTab | class CTTextTab { } |
Modified CTTypesetter
Name | Declaration | |
---|---|---|
From | CTTypesetterRef | typealias CTTypesetterRef = CTTypesetter |
To | CTTypesetter | class CTTypesetter { } |