2

I tried the following code to add custom font into imglyKit SDK, but there is no custom font added or is being visible. I have also put .ttf file into info.plist file as resource.

let configuration = Configuration() { builder in
    FontImporter.init().importFonts()

    builder.configureTextFontToolController({ (textFontToolOption) in

        var fontArray = [String]()
        fontArray = ["AlexBrush_Regular.ttf", "Arabella.ttf"]
        textFontToolOption.accessibilityElements = fontArray

        textFontToolOption.actionButtonConfigurationClosure = { cell, _ in
            cell.backgroundColor = UIColor.red
        }                
    })
}
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216

0 Answers0