processing / processing-android

Processing mode and core library to create Android apps with Processing
http://android.processing.org
779 stars 293 forks source link

Loading Custom Fonts #443

Open albydnc opened 6 years ago

albydnc commented 6 years ago

when using loadFont() loading ttf in the data folder, I can't run the app (Device nor Emulator). Console says there is no font in the directory, app can't load it.

codeanticode commented 6 years ago

Thanks for reporting the issue. I tested the loading custom ttf and otf fonts, but this may be a regression. I will look into it.

albydnc commented 6 years ago

createFont() actually work, but it can't get the full rendering of the font. Thanks.

codeanticode commented 6 years ago

Could you post a simple sketch reproducing the error?