Metodo Aspose::Font::TtfTables::TtfNameTable::GetNameRecordsByNameId

TtfNameTable::GetNameRecordsByNameId method

Restituisce tutte le strutture NameRecord il cui campo NameId è uguale al valore nameId passato. Se non vengono trovati record, verrà restituito un array vuoto.

System::ArrayPtr<System::SharedPtr<TtfNameTable::NameRecord>> Aspose::Font::TtfTables::TtfNameTable::GetNameRecordsByNameId(TtfNameTable::NameId nameId)
ParametroTipoDescrizione
nameIdTtfNameTable::NameIdidentificatore del nome

ReturnValue

Array di strutture NameRecord

Vedi anche