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

Field Documentation

◆ height

int height

The output height of the fist line.

Definition at line 10171 of file gdi.h.

◆ nr_chars

int nr_chars

The number of the characters of first line in bytes.

Definition at line 10163 of file gdi.h.

◆ startx

int startx

The output x-coordinate of the fist line.

Definition at line 10165 of file gdi.h.

◆ starty

int starty

The output y-coordinate of the fist line.

Definition at line 10167 of file gdi.h.

◆ width

int width

The output width of the fist line.

Definition at line 10169 of file gdi.h.


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