IMGLYInstanceFactory

open class IMGLYInstanceFactory

A singleton that is out to create objects. It is used within the SDK to create filters, views, viewcontrollers and such.

Font Related

  • Returns a list that determins what fonts will be available within the text-dialog.

    Declaration

    Swift

    open class var availableFontsList: [String] { get }

    Return Value

    An array of fontnames.

  • Undocumented

    Declaration

    Swift

    open class func fontImporter() -> IMGLYFontImporter

Editor View Controllers

Gradient Views

Helpers