Module raylib::core::text [−][src]
Expand description
Text and Font related functions Text manipulation functions are super unsafe so use rust String functions
Structs
Enums
Parameters for Font::load_font_ex
Traits
Functions
Generates image font atlas using chars
info.
Sets a pointer to an array of rectangles raylib allocated that MUST manually be freed.
Good luck freeing it safely though ;)
Gets index position for a unicode character on font
.
Measures string width in pixels for default font.
Measures string width in pixels for font
.