MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_LOGFONT Struct Reference

#include <gdi.h>

Data Fields

char * type
 
char * family
 
char * charset
 
DWORD32 style
 
int size
 
int rotation
 
int ascent
 
int descent
 
int size_request
 

Detailed Description

The logical font structure.

Note
All fields are read-only.

Definition at line 6478 of file gdi.h.

Field Documentation

◆ ascent

int ascent

The ascent of the logical font.

Definition at line 6492 of file gdi.h.

◆ charset

char* charset

The charset of the logical font.

Definition at line 6484 of file gdi.h.

◆ descent

int descent

The descent of the logical font.

Definition at line 6494 of file gdi.h.

◆ family

char* family

The family name of the logical font.

Definition at line 6482 of file gdi.h.

◆ rotation

int rotation

The rotation angle of the logical font.

Definition at line 6490 of file gdi.h.

◆ size

int size

The size of the logical font.

Definition at line 6488 of file gdi.h.

◆ size_request

int size_request

The size requested initially.

Definition at line 6496 of file gdi.h.

◆ style

DWORD32 style

The styles of the logical font.

Definition at line 6486 of file gdi.h.

◆ type

char* type

The type of the logical font.

Definition at line 6480 of file gdi.h.


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