VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
|
Font information structure. More...
#include <vmupro_fonts.h>
Data Fields | |
int | Width |
Character width in pixels. | |
int | Height |
Character height in pixels. | |
int | Monospace |
Whether font is monospaced (0=false, 1=true) | |
Font information structure.
Contains read-only information about a font's characteristics. Use vmupro_get_font_info() to retrieve this information.
Definition at line 61 of file vmupro_fonts.h.
int vmupro_font_info_t::Height |
Character height in pixels.
Definition at line 63 of file vmupro_fonts.h.
int vmupro_font_info_t::Monospace |
Whether font is monospaced (0=false, 1=true)
Definition at line 64 of file vmupro_fonts.h.
int vmupro_font_info_t::Width |
Character width in pixels.
Definition at line 62 of file vmupro_fonts.h.