VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
Loading...
Searching...
No Matches
vmupro_font_info_t Struct Reference

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)
 

Detailed Description

Font information structure.

Contains read-only information about a font's characteristics. Use vmupro_get_font_info() to retrieve this information.

Examples
/home/runner/work/vmupro-sdk/vmupro-sdk/sdk/include/vmupro_fonts.h.

Definition at line 61 of file vmupro_fonts.h.

Field Documentation

◆ Height

int vmupro_font_info_t::Height

Character height in pixels.

Definition at line 63 of file vmupro_fonts.h.

◆ Monospace

int vmupro_font_info_t::Monospace

Whether font is monospaced (0=false, 1=true)

Definition at line 64 of file vmupro_fonts.h.

◆ Width

int vmupro_font_info_t::Width

Character width in pixels.

Definition at line 62 of file vmupro_fonts.h.


The documentation for this struct was generated from the following file: