Close

Relief for ODA Team in Ukraine

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

Sets this Text entity to use the specified Windows font characteristics. 

 

Parameters
Description
typeface
[in] Typeface name of the font.
bold
[in] Bold if and only if true.
italic
[in] Italic if and only if true.
charset
[in] Windows character set identifier.
pitchAndFamily
[in] Windows pitch and character family identifier.

If typeface is null, the Windows font information is removed from this text style.

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