Share

AcGiTextStyle::setXScale

C++

virtual void setXScale(
    const double xScale
);

Description

Sets xScale to be the X scale factor used by the AcGiTextStyle object. The X scale factor is applied to the character cell widths as each character is drawn to allow the width to be adjusted independently of the height. For example, if the xScale value is 0.8, then each character is drawn at 80% of its normal "unadjusted" width.

Parameters

Parameters Description
xScale Input value to be used for X scaling of the text

Links

AcGiTextStyle

Was this information helpful?