Aspose::Font::Cff::CffEncoding::GetNameToGidIndex method

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

ReturnValue

Name to character code encoding map.

See Also