API Reference > Other Classes > OdCharMapper Class > OdCharMapper Methods > OdCharMapper::addBigFontWithCodepage Method
OdCharMapper::addBigFontWithCodepage Method
Syntax
C++
static OdResult addBigFontWithCodepage(const OdString& bigFont, OdCodePageId codePageId);
Parameters 
Description 
const OdString& bigFont 
[in] big font file name.  
OdCodePageId codePageId 
[in] CodePage ID. 

Adds the bigFont to map.

codePageId must be one of the following: 

untitled table CP_ANSI_932 CP_ANSI_950 CP_ANSI_949 CP_ANSI_936 

Returns eOk if successful, or an appropriate error code if not.

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