API Reference > Other Classes > OdFont Class > OdFont Methods > drawCharacter Method > OdFont::drawCharacter Method (OdChar, OdGePoint2d&, OdGiConveyorGeometry*, OdTextProperties&)
OdFont::drawCharacter Method (OdChar, OdGePoint2d&, OdGiConveyorGeometry*, OdTextProperties&)
Syntax
C++
virtual OdResult drawCharacter(OdChar character, OdGePoint2d& advance, OdGiConveyorGeometry* pGeometry, OdTextProperties& textProperties) = 0;
Parameters 
Description 
OdChar character 
[in] Character to draw.  
OdGePoint2d& advance 
[in] Offset to next character.  
OdGiConveyorGeometry* pGeometry 
[in] Pointer to the modeler geometry.  
OdTextProperties& textProperties 
[in] Text properties. 

Draws the specified character with this Font object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.