Aspose::Font::Cff::CffEncoding::GetNameToCharCodeIndex method

CffEncoding::GetNameToCharCodeIndex method

Returns name to character code encoding map. Note: character code is not a unicode. Character code is a char index in Font encoding “table”.

System::SharedPtr<NameToCodeMap> Aspose::Font::Cff::CffEncoding::GetNameToCharCodeIndex() override

ReturnValue

Name to character code encoding map.

See Also