Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbArcAlignedText::font Method
Syntax
C++
void font(OdString& typeface, bool& bold, bool& italic, int& charset, int& pitchAndFamily) const;

Returns the Windows font characteristics for this Text entity. 

 

Parameters
Description
typeface
[out] Typeface name of the font.
bold
[out] True if and only if bold.
italic
[out] True if and only if italic.
charset
[out] Windows character set identifier.
pitchAndFamily
[out] Windows pitch and character family identifier.
Copyright © 2002-2022. Open Design Alliance All rights reserved.