MiniGUI API Reference (MiniGUI-Standalone)  v4.0.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 6927 of file gdi.h.

Field Documentation

◆ advance_x

int advance_x

The advance value of the glyph.

Definition at line 6931 of file gdi.h.

◆ bbox_x

int bbox_x

The bounding box of the glyph.

Definition at line 6929 of file gdi.h.

◆ bits

const unsigned char* bits

The pointer to the buffer of glyph bitmap bits.

Definition at line 6938 of file gdi.h.

◆ bmp_pitch

int bmp_pitch

The pitch of the glyph bitmap.

Definition at line 6936 of file gdi.h.

◆ bmp_size

size_t bmp_size

The size of the glyph bitmap.

Definition at line 6934 of file gdi.h.


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