MiniGUI API Reference (MiniGUI-Standalone)  v5.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 7510 of file gdi.h.

Field Documentation

◆ ascent

int ascent

The ascent of the logical font.

Definition at line 7514 of file gdi.h.

◆ ave_width

int ave_width

The average width of the logical font.

Definition at line 7521 of file gdi.h.

◆ descent

int descent

The descent of the logical font.

Definition at line 7516 of file gdi.h.

◆ font_height

int font_height

The height of the logical font.

Definition at line 7512 of file gdi.h.

◆ max_width

int max_width

The maximal width of the logical font.

Definition at line 7519 of file gdi.h.


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