LibreCAD
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
LibreCAD
Todo List
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
textconst.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
lc
{
4
5
struct
TextConst
{
6
public
:
10
enum
11
VAlign
{
12
VABaseline
= 0,
13
VABottom
= 1,
14
VAMiddle
= 2,
15
VATop
= 3
16
};
20
enum
21
HAlign
{
22
HALeft
= 0,
23
HACenter
= 1,
24
HARight
= 2,
25
HAAligned
= 3,
26
HAMiddle
= 4,
27
HAFit
= 5
28
};
29
33
enum
AttachmentPoint
{
34
Top_left
= 1,
35
Top_center
= 2,
36
Top_right
= 3,
37
Middle_left
= 4,
38
Middle_center
= 5,
39
Middle_right
= 6,
40
Bottom_left
= 7,
41
Bottom_center
= 8,
42
Bottom_right
= 9
43
};
47
enum
48
DrawingDirection
{
49
None
= 0,
50
Backward
= 1,
51
UpsideDown
= 2
52
};
53
57
enum
58
LineSpacingStyle
{
59
AtLeast
,
61
Exact
62
};
63
64
};
65
}
lc::TextConst::HAMiddle
Definition:
textconst.h:26
lc::TextConst::Top_right
Definition:
textconst.h:36
lc::TextConst::HAlign
HAlign
Definition:
textconst.h:20
lc::TextConst::AttachmentPoint
AttachmentPoint
Definition:
textconst.h:33
lc::TextConst::HALeft
Definition:
textconst.h:22
lc::TextConst::HAFit
Definition:
textconst.h:27
lc::TextConst::DrawingDirection
DrawingDirection
Definition:
textconst.h:47
lc::TextConst::Middle_right
Definition:
textconst.h:39
lc::TextConst::HARight
Definition:
textconst.h:24
lc::TextConst::Bottom_right
Definition:
textconst.h:42
lc::TextConst::AtLeast
Definition:
textconst.h:59
lc::TextConst::Bottom_center
Definition:
textconst.h:41
lc::TextConst::VAlign
VAlign
Definition:
textconst.h:10
lc::TextConst
Definition:
textconst.h:5
lc
Definition:
cadentity.h:12
lc::TextConst::VAMiddle
Definition:
textconst.h:14
lc::TextConst::VABottom
Definition:
textconst.h:13
lc::TextConst::VATop
Definition:
textconst.h:15
lc::TextConst::Middle_left
Definition:
textconst.h:37
lc::TextConst::Top_center
Definition:
textconst.h:35
lc::TextConst::Top_left
Definition:
textconst.h:34
lc::TextConst::Backward
Definition:
textconst.h:50
lc::TextConst::UpsideDown
Definition:
textconst.h:51
lc::TextConst::LineSpacingStyle
LineSpacingStyle
Definition:
textconst.h:57
lc::TextConst::None
Definition:
textconst.h:49
lc::TextConst::Exact
Definition:
textconst.h:61
lc::TextConst::VABaseline
Definition:
textconst.h:12
lc::TextConst::Middle_center
Definition:
textconst.h:38
lc::TextConst::HAAligned
Definition:
textconst.h:25
lc::TextConst::HACenter
Definition:
textconst.h:23
lc::TextConst::Bottom_left
Definition:
textconst.h:40
lckernel
cad
primitive
textconst.h
Generated on Mon Jun 18 2018 14:02:08 for LibreCAD by
1.8.8