Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMStd::getPrnTitleFont Method
Syntax
C++
OdResult getPrnTitleFont(OdString& fntName, OdInt16& height, bool& isBold, bool& isItalic) const;

Gets the font for printing the title of the BOM table. 

 

Parameters
Description
fntName
[out] Receives the font name of the BOM table.
height
[out] Receives the value of the height of the BOM table.
isBold
[out] Receives true if the font is bold, false otherwise.
isItalic
[out] Receives true if the font is italic, false otherwise.

Returns eOk if the font for printing the title of the BOM table is returned successfully, or the appropriate error code otherwise.

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