API Reference > Other Classes > OdCharMapper Class > OdCharMapper Methods > OdCharMapper::addBigFonts Method
OdCharMapper::addBigFonts Method
Syntax
C++
static OdResult addBigFonts(OdStreamBuf* io);
Parameters 
Description 
OdStreamBuf* io 
[in] Stream with next format.  

eOk if the bigFont list is received successfully, or an appropriate error code otherwise.

Receives the bigFont list to map from the specified stream. 

 

Anything after the '#' character is a comment (and ignored). The ';' character is used to separate the file name from the code page index.;

There should be no leading or trailing spaces for the filename. JAPANESE_CODEPAGE_INDEX = 1, TRADITIONAL_CHINESE_CODEPAGE_INDEX = 2, KOREAN_CODEPAGE_INDEX = 3, KOREAN_JOHAB_CODEPAGE_INDEX = 4, SIMPLIFIED_CHINESE_CODEPAGE_INDEX = 5
Copyright © 2002–2022. Open Design Alliance. All rights reserved.