NameTable

Overview

NameTable is a class in Aspose.Font FOSS for Python.

Properties

NameTypeAccessDescription
recordslist[NameRecord]Read

Methods

SignatureDescription
language_key(platform_id: int, language_id: int)str
get(name_id: int, platform_id: int, encoding_id: int)str | None
records_for(name_id: int)list[NameRecord]
localized_names(name_id: int)dict[str, str]
best_name(name_id: int, preferred_languages: tuple[str, ...])str | None
replace_name(name_id: int, value: str)
remove_name_ids(name_ids: Iterable[int])
from_reader(r: BinaryReader, table_length: int)"NameTable"
to_bytes()bytes