IMGLYTextFilter
open class IMGLYTextFilter : CIFilter
Undocumented
-
A CIImage object that serves as input for the filter.
Declaration
Swift
@objc open var inputImage: CIImage?
-
The text that should be rendered.
Declaration
Swift
open var text: String
-
The name of the used font.
Declaration
Swift
open var fontName: String
-
This factor determins the font-size. Its a relative value that is multiplied with the image height during the process.
Declaration
Swift
open var fontScaleFactor: CGFloat
-
The relative frame of the text within the image.
Declaration
Swift
open var frame: CGRect
-
Undocumented
Declaration
Swift
open var color: UIColor
-
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Returns a CIImage object that encapsulates the operations configured in the filter. (read-only)
Declaration
Swift
open override var outputImage: CIImage? { get }
-
Undocumented
Declaration
Swift
open override func copy(with zone: NSZone?) -> Any