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

#include <gdi.h>

Data Fields

int bbox_x
 
int advance_x
 
size_t bmp_size
 
int bmp_pitch
 
const unsigned char * bits
 

Detailed Description

The glyph bitmap structure.

Definition at line 7641 of file gdi.h.

Field Documentation

◆ advance_x

int advance_x

The advance value of the glyph.

Definition at line 7645 of file gdi.h.

◆ bbox_x

int bbox_x

The bounding box of the glyph.

Definition at line 7643 of file gdi.h.

◆ bits

const unsigned char* bits

The pointer to the buffer of glyph bitmap bits.

Definition at line 7652 of file gdi.h.

◆ bmp_pitch

int bmp_pitch

The pitch of the glyph bitmap.

Definition at line 7650 of file gdi.h.

◆ bmp_size

size_t bmp_size

The size of the glyph bitmap.

Definition at line 7648 of file gdi.h.


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