我在SVG文件中有自定义字体。我已经将它添加到应用程序的包中,就像我使用OTF字体一样。现在我想在下面的代码中使用它:
UIFont * customFont = [UIFont fontWithName:@"myFont" size:16.0f];
我收到了错误:
Apr 7 14:58:46 Alexander ExampleProject [26403]:FT_Open_Face失败:错误2。
我认为iOS SDK不支持SVG字体,因为同样的方式适用于OTF字体,但不适用于SVG。我是对的吗?