nw::font::CharWriter::EnableFixedWidth Member Function
void EnableFixedWidth(
bool isFixed
);
| Name | Description | |
|---|---|---|
| in | isFixed | Specify TRUE if characters are drawn with forced fixed-width. |
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.
CONFIDENTIAL