library: Add note to old text system

This commit is contained in:
Antonio Niño Díaz 2024-03-02 13:14:35 +00:00
parent 3e6af44b1b
commit 9c3bb283cc

View File

@ -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.