MiniGUI API Reference (MiniGUI-Threads)  v5.0.6
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 7609 of file gdi.h.

Field Documentation

◆ ascent

int ascent

The ascent of the logical font.

Definition at line 7613 of file gdi.h.

◆ ave_width

int ave_width

The average width of the logical font.

Definition at line 7620 of file gdi.h.

◆ descent

int descent

The descent of the logical font.

Definition at line 7615 of file gdi.h.

◆ font_height

int font_height

The height of the logical font.

Definition at line 7611 of file gdi.h.

◆ max_width

int max_width

The maximal width of the logical font.

Definition at line 7618 of file gdi.h.


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