API Reference > Other Classes > OdFont Class > OdFont Methods > OdFont::getUnderlinePos Method
OdFont::getUnderlinePos Method
Syntax
C++
virtual double getUnderlinePos(double textSize) const;
Parameters 
Description 
double textSize 
[in] Text size. 

Returns the underline position for this Font object at the specified text size.

The default implementation of this function returns -2.0 * textSize.

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