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

Field Documentation

const unsigned char* bits

The pointer to the buffer of glyph bitmap bits.

Definition at line 3781 of file gdi.h.

int height

The height of the stipple bitmap.

Definition at line 3772 of file gdi.h.

int pitch

The pitch of the stipple bitmap.

Definition at line 3775 of file gdi.h.

size_t size

The size of the stipple bitmap.

Definition at line 3778 of file gdi.h.

int width

The width of the stipple bitmap.

Definition at line 3770 of file gdi.h.


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