Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTextStyleTableRecord::setXScale Method
Syntax
C++
void setXScale(double xFactor);

Sets the width scale factor of the text boundary (DXF 41). This factor influences only on the text width and is used for scaling of letters and spaces when the height is constant. A value less than 1.0 condenses the text. A value greater than 1.0 expandes the text. The initial value is 1.0 by default. 

 

Parameters
Description
xFactor
[in] X-scale factor as a positive non-zero Double value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.