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)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nameId | TtfNameTable::NameId | identificatore del nome |
ReturnValue
Array di strutture NameRecord
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class NameRecord
- Enum NameId
- Class TtfNameTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++