FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::TextMetrics Struct Reference

Basic rect struct used for text measurement. More...

#include <TextUtil.h>

Public Attributes

float Width = 0.0f
 Measured text width in pixels.
float Height = 0.0f
 Measured text height in pixels.

Detailed Description

Basic rect struct used for text measurement.

Member Data Documentation

◆ Height

float FuncDoodle::TextMetrics::Height = 0.0f

Measured text height in pixels.

◆ Width

float FuncDoodle::TextMetrics::Width = 0.0f

Measured text width in pixels.


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