MiniGUI API Reference (MiniGUI-Standalone)  v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_FONTMETRICS Struct Reference

#include <gdi.h>

Data Fields

int font_height
 
int ascent
 
int descent
 
int max_width
 
int ave_width
 

Detailed Description

The font metrics structure.

Definition at line 6895 of file gdi.h.

Field Documentation

◆ ascent

int ascent

The ascent of the logical font.

Definition at line 6899 of file gdi.h.

◆ ave_width

int ave_width

The average width of the logical font.

Definition at line 6906 of file gdi.h.

◆ descent

int descent

The descent of the logical font.

Definition at line 6901 of file gdi.h.

◆ font_height

int font_height

The height of the logical font.

Definition at line 6897 of file gdi.h.

◆ max_width

int max_width

The maximal width of the logical font.

Definition at line 6904 of file gdi.h.


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