libui: Clarify that Font is only used for low-level glyph rendering
This commit is contained in:
parent
2643f050eb
commit
67eac983b5
@ -18,7 +18,10 @@
|
||||
namespace ui
|
||||
{
|
||||
/**
|
||||
* @brief A class holding PSF font data, used for direct rendering of glyphs into a canvas.
|
||||
* @brief A class holding PSF font data, used for low-level direct rendering of glyphs into a canvas.
|
||||
*
|
||||
* This class does not handle special characters such as tabs or newlines. For those, you should be using a more
|
||||
* high-level component such as ui::Label instead.
|
||||
*/
|
||||
class Font : public Shareable
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user