Aspose::Font::TtfTables::TtfNameTable::GetNameRecordsByNameId method

TtfNameTable::GetNameRecordsByNameId method

Returns all NameRecord structures which NameId field is equal to passed nameId value. If no records found, empty array will be returned.

System::ArrayPtr<System::SharedPtr<TtfNameTable::NameRecord>> Aspose::Font::TtfTables::TtfNameTable::GetNameRecordsByNameId(TtfNameTable::NameId nameId)
ParameterTypeDescription
nameIdTtfNameTable::NameIdname identifier

ReturnValue

Array of NameRecord structures

See Also