MiniGUI API Reference (MiniGUI-Standalone)  v5.0.6
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 10875 of file gdi.h.

Field Documentation

◆ height

int height

The output height of the fist line.

Definition at line 10886 of file gdi.h.

◆ nr_chars

int nr_chars

The number of the characters of first line in bytes.

Definition at line 10878 of file gdi.h.

◆ startx

int startx

The output x-coordinate of the fist line.

Definition at line 10880 of file gdi.h.

◆ starty

int starty

The output y-coordinate of the fist line.

Definition at line 10882 of file gdi.h.

◆ width

int width

The output width of the fist line.

Definition at line 10884 of file gdi.h.


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