-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
buglib/fontlibcIssues related to the font rendering libraryIssues related to the font rendering library
Description
details mentioned here:
#661
Doing a search on github for fontlib_SetFont https://github.com/search?q=fontlib_SetFont&type=code
I found these results:
fontlib_SetFont(font, 0): at least 25 timesfontlib_SetFont(font, FONTLIB_IGNORE_LINE_SPACING): used only once in https://github.com/the-real-mcarn/stopresisting-ti84
So it seems like most users did not use the FONTLIB_IGNORE_LINE_SPACING flag, but fontlib_SetFont(font, 0) has a 99.6% chance as being treated as fontlib_SetFont(font, FONTLIB_IGNORE_LINE_SPACING)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buglib/fontlibcIssues related to the font rendering libraryIssues related to the font rendering library