How to create text with font from documentsDirectory?
You can’t. You’ll need to place your custom font files in the project directory.
Is it possible to do so: local font = native.newFont( system.pathForFile(“font.ttf”, system.DocumentsDirectory), 16 )
I doubt it, but feel free to test it.
I tested it. Does not work(
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.