nw::lyt::TextBox::UpdateDrawCharData Member Function
void UpdateDrawCharData(
Drawer * pDrawer
);
| Name | Description | |
|---|---|---|
| pDrawer | Pointer to a Drawer object. |
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
CONFIDENTIAL