Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
fntName
[in] The font name for the title of the BOM table.
height
[in] The value of the height for the title of the BOM table.
isBold
[in] Specify true if the font for the title is bold, false otherwise.
isItalic
[in] Specify true if the font for the title is italic, false otherwise.

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

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