API Reference > Other Classes > OdCharMapper Class > OdCharMapper Methods > OdCharMapper::addBigFontWithIndex Method
OdCharMapper::addBigFontWithIndex Method
Syntax
C++
static OdResult addBigFontWithIndex(const OdString& bigFont, OdInt32 cpIndex);
Parameters 
Description 
const OdString& bigFont 
[in] Big font file name.  
OdInt32 cpIndex 
[in] Code page index.  

eOk if the bigFont is added to the map successfully, or an appropriate error code otherwise.

Adds a bigFont to a map with the specified code page index. 

 

cpIndex must be one of the following: 

 

Value 
Description 
CP_ANSI_932 
CP_ANSI_950 
CP_ANSI_949 
CP_ANSI_936 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.