LeviLamina
Loading...
Searching...
No Matches
TextMeasureData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct TextMeasureData {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, float const> fontSize;
10 ::ll::TypedStorage<4, 4, float const> linePadding;
11 ::ll::TypedStorage<1, 1, bool const> renderShadow;
12 ::ll::TypedStorage<1, 1, bool const> showColorSymbol;
13 ::ll::TypedStorage<1, 1, bool const> hideHyphen;
14 // NOLINTEND
15};
Definition TextMeasureData.h:5