#include <opennurbs_dimensionstyle.h>
◆ MaskType
Text mask drawn with background color or explicit color
Enumerator |
---|
BackgroundColor | Text mask drawn with background color
|
MaskColor | Text mask drawn with explicit color
|
◆ ON_TextMask() [1/2]
ON_TextMask::ON_TextMask |
( |
| ) |
|
|
default |
◆ ~ON_TextMask()
ON_TextMask::~ON_TextMask |
( |
| ) |
|
|
default |
◆ ON_TextMask() [2/2]
◆ Compare()
ON_TextMask::Compare() compares content in a repeatable and well ordered way.
- Returns
- 0: lhs and rhs have identical content. <0: lhs content is less than rhs content >0: lhs content is greater than rhs content
◆ ContentHash()
- Returns
- A SHA1 of the values defining the text mask. Two text masks have the same content if and only if they have identical content hash values.
◆ DrawTextMask()
bool ON_TextMask::DrawTextMask |
( |
| ) |
const |
Specifies whether or not to draw a Text Mask.
◆ MaskBorder()
double ON_TextMask::MaskBorder |
( |
| ) |
const |
- Returns
- Width of border area around text to be masked. The default value is 0.0.
◆ MaskColor()
ON_Color ON_TextMask::MaskColor |
( |
| ) |
const |
◆ MaskFillType()
◆ MaskTypeFromUnsigned()
◆ operator=()
◆ Read()
◆ SetDrawTextMask()
void ON_TextMask::SetDrawTextMask |
( |
bool |
bDraw | ) |
|
◆ SetMaskBorder()
void ON_TextMask::SetMaskBorder |
( |
double |
offset | ) |
|
◆ SetMaskColor()
void ON_TextMask::SetMaskColor |
( |
ON_Color |
color | ) |
|
◆ SetMaskFillType()
◆ Write()
◆ None