MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
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 [LEN_FONT_NAME+1]
 
char family [LEN_FONT_NAME+1]
 
char charset [LEN_FONT_NAME+1]
 
DWORD style
 
int size
 
int rotation
 
int ascent
 
int descent
 
unsigned short sbc_scale
 
unsigned short mbc_scale
 
DEVFONTsbc_devfont
 
DEVFONTmbc_devfont
 

Detailed Description

The logical font structure.

Definition at line 5697 of file gdi.h.

Field Documentation

int ascent

The ascent of the logical font.

Definition at line 5711 of file gdi.h.

char charset[LEN_FONT_NAME+1]

The charset of the logical font.

Definition at line 5703 of file gdi.h.

int descent

The descent of the logical font.

Definition at line 5713 of file gdi.h.

char family[LEN_FONT_NAME+1]

The family name of the logical font.

Definition at line 5701 of file gdi.h.

DEVFONT* mbc_devfont

Device font in multiply charset set

Definition at line 5721 of file gdi.h.

unsigned short mbc_scale

The scale factor of mbc device font.

Definition at line 5717 of file gdi.h.

int rotation

The rotation angle of the logical font.

Definition at line 5709 of file gdi.h.

DEVFONT* sbc_devfont

Device font in single charset set

Definition at line 5719 of file gdi.h.

unsigned short sbc_scale

The scale factor of sbc device font.

Definition at line 5715 of file gdi.h.

int size

The size of the logical font.

Definition at line 5707 of file gdi.h.

DWORD style

The styles of the logical font.

Definition at line 5705 of file gdi.h.

char type[LEN_FONT_NAME+1]

The type of the logical font.

Definition at line 5699 of file gdi.h.


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