nw::font::CharWriter::SetScale Member Function

Syntax

void SetScale(
     f32 hScale,
     f32 vScale
);
void SetScale(
     f32 hvScale
);

List of Overloaded Member Functions

SetScale ( f32, f32 ) Specifies the magnification ratio to use for a character.
SetScale ( f32 ) Specifies the magnification ratio to use for a character.

Description of SetScale ( f32, f32 )

The same value is used for the horizontal and vertical enlargement factors for the format that specifies one argument.

Description of SetScale(f32)

The same value is used for the horizontal and vertical enlargement factors for the format that specifies one argument.


CONFIDENTIAL