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

#include <gdi.h>

Data Fields

int nr_chars
 
int startx
 
int starty
 
int width
 
int height
 

Detailed Description

First line information of DrawTextEx2

Definition at line 7164 of file gdi.h.

Field Documentation

int height

The output height of the fist line.

Definition at line 7175 of file gdi.h.

int nr_chars

The number of the characters of first line in bytes.

Definition at line 7167 of file gdi.h.

int startx

The output x-coordinate of the fist line.

Definition at line 7169 of file gdi.h.

int starty

The output y-coordinate of the fist line.

Definition at line 7171 of file gdi.h.

int width

The output width of the fist line.

Definition at line 7173 of file gdi.h.


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