Aspose::Font::Cff::CffEncoding::GetNameToSidIndex method

CffEncoding::GetNameToSidIndex 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::GetNameToSidIndex()

ReturnValue

Name to character code encoding map.

See Also