load_font
Loads a font file (ttf, otf, ttc...) at a given size from an URI, a specified folder (or try to find it in system font directories), and makes it active for subsequent text() calls.
Loads a font file (ttf, otf, ttc...) at a given size from an URI, a specified folder (or try to find it in system font directories), and makes it active for subsequent text() calls.
Loads a font file (ttf, otf, ttc...) at a given size from an URI, a specified folder (or try to find it in system font directories), and makes it active for subsequent text() calls.
Draws text using the font previously loaded with load_font()
Set alignment of text globaly. You can use START, MIDDLE, END.
Convert text to polygon contours (list of coordinate)
Set line spacing of text globaly. If no value, return current line spacing.
Converts a string to lowercase
Converts a string to uppercase
Draws text using the font previously loaded with load_font(), wrap at a certain distance