nw::lyt::TextBox::UpdateDrawCharData Member Function

Syntax

void UpdateDrawCharData(
     Drawer * pDrawer
);

Arguments

Name Description
pDrawer Pointer to a Drawer object.

Return Values

None.

Description

Creates data for drawing text.(For the Drawer::Draw function.)

This function creates image data dependent on each character of text. If data has already been created, this function does nothing. In addition, even if not called explicitly, the function is called within MakeUniformData() for this pane via Drawer::Draw().

※ This function is used when drawing layout data using the Drawer::Draw() function.

Data is recreated upon the next function call.

SetFont SetFontSize SetLineSpace SetCharSpace SetTextPositionH SetTextPositionV SetTextAlignment SetTagProcessor SetString

See Also

Drawer::Draw

Revision History

2010/05/20
Initial version.

CONFIDENTIAL