Aspose::Font::TtfTables::TtfNameTable::GetMultiLanguageNameById method

TtfNameTable::GetMultiLanguageNameById(TtfNameTable::NameId) method

Restituisce un nome per nameId.

System::SharedPtr<MultiLanguageString> Aspose::Font::TtfTables::TtfNameTable::GetMultiLanguageNameById(TtfNameTable::NameId nameId)
ParametroTipoDescrizione
nameIdTtfNameTable::NameIdID Nome.

ReturnValue

Nome.

Vedi anche

TtfNameTable::GetMultiLanguageNameById(TtfNameTable::NameId, TtfNameTable::PlatformId) method

Restituisce un nome per nameId utilizzando l’identificatore di piattaforma passato.

System::SharedPtr<MultiLanguageString> Aspose::Font::TtfTables::TtfNameTable::GetMultiLanguageNameById(TtfNameTable::NameId nameId, TtfNameTable::PlatformId platformId)
ParametroTipoDescrizione
nameIdTtfNameTable::NameIdID Nome.
platformIdTtfNameTable::PlatformIdID piattaforma.

ReturnValue

Nome.

Vedi anche

TtfNameTable::GetMultiLanguageNameById(TtfNameTable::NameId, TtfNameTable::PlatformId, uint16_t) method

Restituisce un nome come oggetto di tipo MultiLanguageString. Il metodo raccoglie tutte le strutture NameRecord che coincidono con i parametri passati nameId, platformId e platformSpecificId e quindi costruisce l’oggetto risultante basandosi su questa lista di strutture.

System::SharedPtr<MultiLanguageString> Aspose::Font::TtfTables::TtfNameTable::GetMultiLanguageNameById(TtfNameTable::NameId nameId, TtfNameTable::PlatformId platformId, uint16_t platformSpecificId)
ParametroTipoDescrizione
nameIdTtfNameTable::NameIdID Nome.
platformIdTtfNameTable::PlatformIdID piattaforma.
platformSpecificIduint16_tID specifico della piattaforma.

ReturnValue

Nome.

Vedi anche