mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
library: Add note to old text system
This commit is contained in:
parent
3e6af44b1b
commit
9c3bb283cc
@ -12,9 +12,11 @@
|
||||
|
||||
/// @defgroup text_system Text system
|
||||
///
|
||||
/// Text drawing functions using the 3D hardware. The functions accept '\n', but
|
||||
/// not things like '%d', '%s', etc. You'll need to use snprintf() or similar
|
||||
/// for that.
|
||||
/// Monospaced text drawing functions using the 3D hardware. Use the rich text
|
||||
/// module if you want a more useful text system.
|
||||
///
|
||||
/// The functions accept '\n', but not things like '%d', '%s', etc. You'll need
|
||||
/// to use snprintf() or similar for that.
|
||||
///
|
||||
/// You need to call NE_2DViewInit() before using any of the text drawing
|
||||
/// functions.
|
||||
|
Loading…
Reference in New Issue
Block a user