nw::font::CharWriter::SetScale Member Function
void SetScale(
f32 hScale,
f32 vScale
);
void SetScale(
f32 hvScale
);
| SetScale ( f32, f32 ) | Specifies the magnification ratio to use for a character. |
| SetScale ( f32 ) | Specifies the magnification ratio to use for a character. |
SetScale ( f32, f32 ) The same value is used for the horizontal and vertical enlargement factors for the format that specifies one argument.
SetScale ( f32 )The same value is used for the horizontal and vertical enlargement factors for the format that specifies one argument.
CONFIDENTIAL