al_draw_ustr
void al_draw_ustr(const ALLEGRO_FONT *font,
ALLEGRO_COLOR color, float x, float y, int flags,
const ALLEGRO_USTR *ustr)
Introduced in 5.0.0
Like al_draw_text, except the text is passed as an ALLEGRO_USTR instead of a 0-terminated char array.
See also: al_draw_text, al_draw_justified_ustr
Most helpful discussions:
- [A5] Writing Unicode to a file (1)
- al_load_bitmap question
- International character input
- letters are rendered in their seperated form, this may require glyph hook maybe?
- Bitmap Font doesn't draw any character after try to write a not defined char
- Text input using allegro 5
- TINS 2016
- [A5] New Line
- Help for al_draw_ustr()
- I need help with my text drawing function
Other recent discussions:
- Looking for addons in wrong directory
- File I/O
- Portuguese accent showing in display
- Getting user input in allegro 5
- allegro5 text no output why?
- Something is terribly wrong with al_ustr_new()
- UTF-8 Russian text output
- A problem about al_destory_bitmap function
- How to display chinese In allegro5?
- Font Sub-Pixel Rendering