Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SimpleGUI by
UGFont Class Reference
A Font implementation based on the bitmap format used by the Unigraphic library. More...
#include <UGFont.h>
Inherits Font.
Public Member Functions | |
virtual uint8_t | widthOf (char c) |
The unzoomed width of the character. | |
virtual uint8_t | height () |
The unzoomed height of a character. | |
uint8_t * | getGlyphData (char c) |
Return the data part of the glyph - excluding the widht byte. |
Detailed Description
A Font implementation based on the bitmap format used by the Unigraphic library.
Definition at line 12 of file UGFont.h.
Member Function Documentation
uint8_t * getGlyphData | ( | char | c ) |
Return the data part of the glyph - excluding the widht byte.
Definition at line 60 of file UGFont.cpp.
uint8_t height | ( | ) | [virtual] |
uint8_t widthOf | ( | char | c ) | [virtual] |
Generated on Tue Jul 12 2022 22:27:14 by
