FLImaging 6.5.8.1
DefinitionsFigureText.h
1#pragma once
2
3#include <cstdint>
4
8namespace FLImaging
9{
13 namespace Foundation
14 {
23 {
31
39
47
55
63
71
79
87
95
103
111
119
127
135
143 };
144
153 {
161
169
177
185
193
201
209
217
225
233
241
249
257
265
273 };
274
275 enum
276 {
284
292 };
293 }
294}
EFigureTextAlignment
Align text in FigureText.
Definition DefinitionsFigureText.h:153
@ EFigureTextAlignment_VERTICAL_MASK
Vertical alignment mask (top, center, bottom alignment)
Definition DefinitionsFigureText.h:272
@ EFigureTextAlignment_RIGHT_CENTER
Alignment with the reference point at the right center (vertical) of the text.
Definition DefinitionsFigureText.h:256
@ EFigureTextAlignment_CENTER
Alignment with the reference point at the center of the text.
Definition DefinitionsFigureText.h:176
@ EFigureTextAlignment_JUSTIFIED
Justified alignment on both sides.
Definition DefinitionsFigureText.h:184
@ EFigureTextAlignment_RIGHT_TOP
Alignment with the reference point at the top right of the text.
Definition DefinitionsFigureText.h:208
@ EFigureTextAlignment_LEFT_CENTER
Alignment with the reference point at the left center (vertical) of the text.
Definition DefinitionsFigureText.h:248
@ EFigureTextAlignment_LEFT_BOTTOM
Alignment with the reference point at the bottom left of the text.
Definition DefinitionsFigureText.h:224
@ EFigureTextAlignment_CENTER_CENTER
Alignment with the reference point at the center (horizontal and vertical) of the text.
Definition DefinitionsFigureText.h:264
@ EFigureTextAlignment_RIGHT
Alignment with the reference point on the right side of the text.
Definition DefinitionsFigureText.h:168
@ EFigureTextAlignment_CENTER_TOP
Alignment with the reference point at the top center (horizontal) of the text.
Definition DefinitionsFigureText.h:216
@ EFigureTextAlignment_LEFT
Alignment with the reference point on the left side of the text.
Definition DefinitionsFigureText.h:160
@ EFigureTextAlignment_HORIZONTAL_MASK
Horizontal alignment mask (left, center, right alignment)
Definition DefinitionsFigureText.h:192
@ EFigureTextAlignment_LEFT_TOP
Alignment with the reference point at the top left of the text.
Definition DefinitionsFigureText.h:200
@ EFigureTextAlignment_CENTER_BOTTOM
Alignment with the reference point at the bottom center (horizontal) of the text.
Definition DefinitionsFigureText.h:240
@ EFigureTextAlignment_RIGHT_BOTTOM
Alignment with the reference point at the bottom right of the text.
Definition DefinitionsFigureText.h:232
@ EFigureTextView3DLayerHeightMapColor
Height map color of FigureText layer.
Definition DefinitionsFigureText.h:291
@ EFigureTextLayerTransparencyColor
Transparent color of FigureText layer.
Definition DefinitionsFigureText.h:283
EFigureTextFontWeight
Font weight of FigureText.
Definition DefinitionsFigureText.h:23
@ EFigureTextFontWeight_HEAVY
Heavy.
Definition DefinitionsFigureText.h:102
@ EFigureTextFontWeight_REGULAR
Regular.
Definition DefinitionsFigureText.h:118
@ EFigureTextFontWeight_BOLD
Bold.
Definition DefinitionsFigureText.h:86
@ EFigureTextFontWeight_EXTRABOLD
Extra bold.
Definition DefinitionsFigureText.h:94
@ EFigureTextFontWeight_SEMIBOLD
Semi bold.
Definition DefinitionsFigureText.h:78
@ EFigureTextFontWeight_ULTRALIGHT
Ultra light.
Definition DefinitionsFigureText.h:110
@ EFigureTextFontWeight_BLACK
Black.
Definition DefinitionsFigureText.h:142
@ EFigureTextFontWeight_DEMIBOLD
Demi bold.
Definition DefinitionsFigureText.h:126
@ EFigureTextFontWeight_DONTCARE
Don't care.
Definition DefinitionsFigureText.h:30
@ EFigureTextFontWeight_LIGHT
Light.
Definition DefinitionsFigureText.h:54
@ EFigureTextFontWeight_EXTRALIGHT
Extra light.
Definition DefinitionsFigureText.h:46
@ EFigureTextFontWeight_NORMAL
Normal.
Definition DefinitionsFigureText.h:62
@ EFigureTextFontWeight_THIN
Thin.
Definition DefinitionsFigureText.h:38
@ EFigureTextFontWeight_MEDIUM
Medium.
Definition DefinitionsFigureText.h:70
@ EFigureTextFontWeight_ULTRABOLD
ultra bold
Definition DefinitionsFigureText.h:134