nw::font::CharWriter::EnableFixedWidth Member Function

Syntax

void EnableFixedWidth(
     bool isFixed
);

Arguments

Name Description
in isFixed Specify TRUE if characters are drawn with forced fixed-width.

Return Values

None.

Description

Setting to draw fixed-width characters.

Forced fixed-width drawing draws characters with the width specified by the nw::font::CharWriter::SetFixedWidthfunction, regardless of the originally set character width. However, this is meaningless when using the nw::font::CharWriter::DrawGlyph function because it does not use the character width.

See Also

nw::font::CharWriter::IsWidthFixed
nw::font::CharWriter::SetFixedWidth

Revision History

2009/11/09
Initial version.

CONFIDENTIAL