CFx SDK Documentation  2020SP3
Public Attributes | List of all members
OdDbMTextFragment Struct Reference

#include <DbMText.h>

Public Attributes

OdGePoint3d location
 
OdString text
 
OdString font
 
OdString bigfont
 
OdGePoint2d extents
 
double capsHeight
 
double widthFactor
 
double obliqueAngle
 
double trackingFactor
 
OdCmEntityColor color
 
bool vertical
 
bool stackTop
 
bool stackBottom
 
bool underlined
 
bool overlined
 
bool strikethrough
 
OdGePoint3d underPoints [2]
 
OdGePoint3d overPoints [2]
 
OdGePoint3d strikePoints [2]
 
OdString fontname
 
int charset
 
bool bold
 
bool italic
 
int changeStyle
 
bool lineBreak
 
bool newParagraph
 

Detailed Description

<group TD_Namespaces>

This struct is used to describe a fragment of text created by explodeFragments().

Remarks
Each fragment contains a text string and its attributes. Corresponding C++ library: TD_Db <group !!RECORDS_TD_APIRef>

Definition at line 53 of file DbMText.h.

Member Data Documentation

◆ bigfont

OdString OdDbMTextFragment::bigfont

Definition at line 64 of file DbMText.h.

◆ bold

bool OdDbMTextFragment::bold

Definition at line 92 of file DbMText.h.

◆ capsHeight

double OdDbMTextFragment::capsHeight

Definition at line 67 of file DbMText.h.

◆ changeStyle

int OdDbMTextFragment::changeStyle

Definition at line 97 of file DbMText.h.

◆ charset

int OdDbMTextFragment::charset

Definition at line 91 of file DbMText.h.

◆ color

OdCmEntityColor OdDbMTextFragment::color

Definition at line 74 of file DbMText.h.

◆ extents

OdGePoint2d OdDbMTextFragment::extents

Definition at line 66 of file DbMText.h.

◆ font

OdString OdDbMTextFragment::font

Definition at line 63 of file DbMText.h.

◆ fontname

OdString OdDbMTextFragment::fontname

Definition at line 90 of file DbMText.h.

◆ italic

bool OdDbMTextFragment::italic

Definition at line 93 of file DbMText.h.

◆ lineBreak

bool OdDbMTextFragment::lineBreak

Definition at line 98 of file DbMText.h.

◆ location

OdGePoint3d OdDbMTextFragment::location

Definition at line 55 of file DbMText.h.

◆ newParagraph

bool OdDbMTextFragment::newParagraph

Definition at line 99 of file DbMText.h.

◆ obliqueAngle

double OdDbMTextFragment::obliqueAngle

Definition at line 69 of file DbMText.h.

◆ overlined

bool OdDbMTextFragment::overlined

Definition at line 81 of file DbMText.h.

◆ overPoints

OdGePoint3d OdDbMTextFragment::overPoints[2]

Definition at line 85 of file DbMText.h.

◆ stackBottom

bool OdDbMTextFragment::stackBottom

Definition at line 78 of file DbMText.h.

◆ stackTop

bool OdDbMTextFragment::stackTop

Definition at line 77 of file DbMText.h.

◆ strikePoints

OdGePoint3d OdDbMTextFragment::strikePoints[2]

Definition at line 86 of file DbMText.h.

◆ strikethrough

bool OdDbMTextFragment::strikethrough

Definition at line 82 of file DbMText.h.

◆ text

OdString OdDbMTextFragment::text

Definition at line 61 of file DbMText.h.

◆ trackingFactor

double OdDbMTextFragment::trackingFactor

Definition at line 70 of file DbMText.h.

◆ underlined

bool OdDbMTextFragment::underlined

Definition at line 80 of file DbMText.h.

◆ underPoints

OdGePoint3d OdDbMTextFragment::underPoints[2]

Definition at line 84 of file DbMText.h.

◆ vertical

bool OdDbMTextFragment::vertical

Definition at line 75 of file DbMText.h.

◆ widthFactor

double OdDbMTextFragment::widthFactor

Definition at line 68 of file DbMText.h.


The documentation for this struct was generated from the following file: