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

#include <gdi.h>

Data Fields

int width
 
int height
 
int pitch
 
size_t size
 
const unsigned char * bits
 

Detailed Description

The stipple bitmap structure.

Definition at line 4197 of file gdi.h.

Field Documentation

◆ bits

const unsigned char* bits

The pointer to the buffer of glyph bitmap bits.

Definition at line 4211 of file gdi.h.

◆ height

int height

The height of the stipple bitmap.

Definition at line 4202 of file gdi.h.

◆ pitch

int pitch

The pitch of the stipple bitmap.

Definition at line 4205 of file gdi.h.

◆ size

size_t size

The size of the stipple bitmap.

Definition at line 4208 of file gdi.h.

◆ width

int width

The width of the stipple bitmap.

Definition at line 4200 of file gdi.h.


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