Receives the bigFont list to map from the specified stream.
Parameters
Parameters
Description
io
[in] Stream with next format.
Returns
eOk if the bigFont list is received successfully, or an appropriate error code otherwise.
Remarks
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