MiniGUI API Reference (MiniGUI-Standalone)  v3.2.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 5844 of file gdi.h.

Field Documentation

int ascent

The ascent of the logical font.

Definition at line 5849 of file gdi.h.

int ave_width

The average width of the logical font.

Definition at line 5856 of file gdi.h.

int descent

The descent of the logical font.

Definition at line 5851 of file gdi.h.

int font_height

The height of the logical font.

Definition at line 5847 of file gdi.h.

int max_width

The maximal width of the logical font.

Definition at line 5854 of file gdi.h.


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