You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
Not sure if this is related to the Makefile problem, however I tried running the app on my 3DS and whilst it produces an output file, none of the text is appearing on the generated PNG file.
I've dug through the code and this seems to be caused by the FT_New_Face function returning a FT_Err_Unknown_File_Format error. Have verified that it can definitely see the font in the romfs but it's either reading it incorrectly or there's something else wrong. I've tried replacing the Roboto-Bold.ttf file with another copy as well as swapping the font out for a different one but in both instances the same error persists.
The text was updated successfully, but these errors were encountered:
Seems an issue with https://github.com/pngwriter/pngwriter , I'll look into it once TeamListFiller is refactored and updated, since it's not been worked on in a long time and source code is outdated
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if this is related to the Makefile problem, however I tried running the app on my 3DS and whilst it produces an output file, none of the text is appearing on the generated PNG file.
I've dug through the code and this seems to be caused by the FT_New_Face function returning a FT_Err_Unknown_File_Format error. Have verified that it can definitely see the font in the romfs but it's either reading it incorrectly or there's something else wrong. I've tried replacing the Roboto-Bold.ttf file with another copy as well as swapping the font out for a different one but in both instances the same error persists.
The text was updated successfully, but these errors were encountered: