Problem Description
Construct has an issue with Post Script naming convention, required by Ejecta
Attach a Capx
Not Applicable
Description of Capx
Not Applicable
Steps to Reproduce Bug
- Create a text object with font Arial
- Export for Ejecta
- Test on xcode
Observed Result
CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API.
Expected Result
No warning in console.
This is a minor annoyance and so far I'm just doing a search and replace BUT, in case of other fonts (I'm using "Space Age" for example) construct exports as "Space Age" while Ejecta expects "SpaceAge", in this case it's not anymore a performance issue but the font won't simply render. Again it's just a matter of doing a search and replace, but I feel like Construct should export the fonts with the correct naming convention.