Share

AcGiTextStyle::setTrackingPercent

C++

virtual void setTrackingPercent(
    const double trPercent
);

Description

Sets trPercent to be the tracking percent used by the AcGiTextStyle object. The value may be between 0.75 and 4.0. The tracking percent is a factor applied to the distance between the starting points of successive characters. A value of 1.0 indicates that the characters have no spacing adjustment (that is, they are spaced based only on the character definitions in the font file).

Parameters

Parameters Description
trPercent Input tracking percent to be used

Links

AcGiTextStyle

Was this information helpful?