MiniGUI API Reference (MiniGUI-Processes)  v4.0.7
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 6937 of file gdi.h.

Field Documentation

◆ ascent

int ascent

The ascent of the logical font.

Definition at line 6941 of file gdi.h.

◆ ave_width

int ave_width

The average width of the logical font.

Definition at line 6948 of file gdi.h.

◆ descent

int descent

The descent of the logical font.

Definition at line 6943 of file gdi.h.

◆ font_height

int font_height

The height of the logical font.

Definition at line 6939 of file gdi.h.

◆ max_width

int max_width

The maximal width of the logical font.

Definition at line 6946 of file gdi.h.


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