Aspose::Font::TtfTables::TtfNameTable::GetNameRecordsByNameId méthode

TtfNameTable::GetNameRecordsByNameId method

Retourne toutes les structures NameRecord dont le champ NameId est égal à la valeur nameId passée. Si aucun enregistrement n’est trouvé, un tableau vide sera retourné.

System::ArrayPtr<System::SharedPtr<TtfNameTable::NameRecord>> Aspose::Font::TtfTables::TtfNameTable::GetNameRecordsByNameId(TtfNameTable::NameId nameId)
ParamètreTypeDescription
nameIdTtfNameTable::NameIdidentifiant de nom

ReturnValue

Tableau de structures NameRecord

Voir aussi