Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdFont::drawCharacter Method (OdChar, OdGePoint2d&, OdGiConveyorGeometry*, OdTextProperties&)
Syntax
C++
virtual OdResult drawCharacter(OdChar character, OdGePoint2d& advance, OdGiConveyorGeometry* pGeometry, OdTextProperties& textProperties) = 0;

Draws the specified character with this font object. 

 

Parameters
Description
character
[in] Character to draw.
advance
[in] Offset to next character.
pGeometry
[in] Pointer to the modeler geometry.
textProperties
[in] Text properties.

Returns eOk if the specified character is drawn with the font object successfully, or an appropriate error code otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.