MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
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 5877 of file gdi.h.

Field Documentation

int advance_x

The advance value of the glyph.

Definition at line 5882 of file gdi.h.

int bbox_x

The bounding box of the glyph.

Definition at line 5880 of file gdi.h.

const unsigned char* bits

The pointer to the buffer of glyph bitmap bits.

Definition at line 5889 of file gdi.h.

int bmp_pitch

The pitch of the glyph bitmap.

Definition at line 5887 of file gdi.h.

size_t bmp_size

The size of the glyph bitmap.

Definition at line 5885 of file gdi.h.


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