FLImaging 7.3.3.3
DefinitionsFigureText.h
1#pragma once
2
8
9#include <cstdint>
10
14namespace FLImaging
15{
19 namespace Foundation
20 {
29 {
37
45
53
61
69
77
85
93
101
109
117
125
133
141
149 };
150
159 {
167
175
183
191
199
207
215
223
231
239
247
255
263
271
279 };
280
281 enum
282 {
290
298 EFigureTextView3DLayerHeightMapColor_Decreasing = 0x7f7f7f8f,
299 };
300 }
301}
Definition AlgorithmBase.h:16
EFigureTextAlignment
Align text in FigureText.
Definition DefinitionsFigureText.h:159
@ EFigureTextAlignment_VERTICAL_MASK
Vertical alignment mask (top, center, bottom alignment)
Definition DefinitionsFigureText.h:278
@ EFigureTextAlignment_RIGHT_CENTER
Alignment with the reference point at the right center (vertical) of the text.
Definition DefinitionsFigureText.h:262
@ EFigureTextAlignment_CENTER
Alignment with the reference point at the center of the text.
Definition DefinitionsFigureText.h:182
@ EFigureTextAlignment_JUSTIFIED
Justified alignment on both sides.
Definition DefinitionsFigureText.h:190
@ EFigureTextAlignment_RIGHT_TOP
Alignment with the reference point at the top right of the text.
Definition DefinitionsFigureText.h:214
@ EFigureTextAlignment_LEFT_CENTER
Alignment with the reference point at the left center (vertical) of the text.
Definition DefinitionsFigureText.h:254
@ EFigureTextAlignment_LEFT_BOTTOM
Alignment with the reference point at the bottom left of the text.
Definition DefinitionsFigureText.h:230
@ EFigureTextAlignment_CENTER_CENTER
Alignment with the reference point at the center (horizontal and vertical) of the text.
Definition DefinitionsFigureText.h:270
@ EFigureTextAlignment_RIGHT
Alignment with the reference point on the right side of the text.
Definition DefinitionsFigureText.h:174
@ EFigureTextAlignment_CENTER_TOP
Alignment with the reference point at the top center (horizontal) of the text.
Definition DefinitionsFigureText.h:222
@ EFigureTextAlignment_LEFT
Alignment with the reference point on the left side of the text.
Definition DefinitionsFigureText.h:166
@ EFigureTextAlignment_HORIZONTAL_MASK
Horizontal alignment mask (left, center, right alignment)
Definition DefinitionsFigureText.h:198
@ EFigureTextAlignment_LEFT_TOP
Alignment with the reference point at the top left of the text.
Definition DefinitionsFigureText.h:206
@ EFigureTextAlignment_CENTER_BOTTOM
Alignment with the reference point at the bottom center (horizontal) of the text.
Definition DefinitionsFigureText.h:246
@ EFigureTextAlignment_RIGHT_BOTTOM
Alignment with the reference point at the bottom right of the text.
Definition DefinitionsFigureText.h:238
@ EFigureTextView3DLayerHeightMapColor_Increasing
Height map color of FigureText layer.
Definition DefinitionsFigureText.h:297
@ EFigureTextLayerTransparencyColor
Transparent color of FigureText layer.
Definition DefinitionsFigureText.h:289
EFigureTextFontWeight
Font weight of FigureText.
Definition DefinitionsFigureText.h:29
@ EFigureTextFontWeight_HEAVY
Heavy.
Definition DefinitionsFigureText.h:108
@ EFigureTextFontWeight_REGULAR
Regular.
Definition DefinitionsFigureText.h:124
@ EFigureTextFontWeight_BOLD
Bold.
Definition DefinitionsFigureText.h:92
@ EFigureTextFontWeight_EXTRABOLD
Extra bold.
Definition DefinitionsFigureText.h:100
@ EFigureTextFontWeight_SEMIBOLD
Semi bold.
Definition DefinitionsFigureText.h:84
@ EFigureTextFontWeight_ULTRALIGHT
Ultra light.
Definition DefinitionsFigureText.h:116
@ EFigureTextFontWeight_BLACK
Black.
Definition DefinitionsFigureText.h:148
@ EFigureTextFontWeight_DEMIBOLD
Demi bold.
Definition DefinitionsFigureText.h:132
@ EFigureTextFontWeight_DONTCARE
Don't care.
Definition DefinitionsFigureText.h:36
@ EFigureTextFontWeight_LIGHT
Light.
Definition DefinitionsFigureText.h:60
@ EFigureTextFontWeight_EXTRALIGHT
Extra light.
Definition DefinitionsFigureText.h:52
@ EFigureTextFontWeight_NORMAL
Normal.
Definition DefinitionsFigureText.h:68
@ EFigureTextFontWeight_THIN
Thin.
Definition DefinitionsFigureText.h:44
@ EFigureTextFontWeight_MEDIUM
Medium.
Definition DefinitionsFigureText.h:76
@ EFigureTextFontWeight_ULTRABOLD
ultra bold
Definition DefinitionsFigureText.h:140