| static DxfText * createText |
( |
const std::string & |
text, |
|
|
DxfVector |
position1, |
|
|
DxfVector |
position2, |
|
|
double |
height, |
|
|
double |
angle, |
|
|
int |
widthscale = 1.0, |
|
|
std::string |
style = "HKR", |
|
|
std::string |
font = "simsunb", |
|
|
double |
xScale = 1.0, |
|
|
double |
yScale = 1.0, |
|
|
bool |
codeTrans = true |
|
) |
| |
|
static |