thelastsummer
thelastsummer
not working :(
``` if #available(iOS 13.0, *) { for scene in UIApplication.shared.connectedScenes { if scene.activationState == .foregroundActive { guard let window = ((scene as? UIWindowScene)!.delegate as! UIWindowSceneDelegate).window else { fatalError() } window?.addSubview(self)...
the .ttf files can simply be copied to the app/fonts directory in NativeScript project. in case of Roboto-Black.ttf bmp.writeText("Sample", {x:50,y:50}, {color:new Color("#ff0000"), size:20, name:"Roboto-Black"});