TtfNameTable.GetMultiLanguageNameById
Contents
[
Hide
]GetMultiLanguageNameById(NameId)
Returns a name by nameId.
public MultiLanguageString GetMultiLanguageNameById(NameId nameId)
Parameter | Type | Description |
---|---|---|
nameId | NameId | Name Id. |
Return Value
Name.
See Also
- class MultiLanguageString
- enum NameId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font
GetMultiLanguageNameById(NameId, PlatformId)
Returns a name by nameId using platform identifier passed.
public MultiLanguageString GetMultiLanguageNameById(NameId nameId, PlatformId platformId)
Parameter | Type | Description |
---|---|---|
nameId | NameId | Name Id. |
platformId | PlatformId | Platform Id. |
Return Value
Name.
See Also
- class MultiLanguageString
- enum NameId
- enum PlatformId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font
GetMultiLanguageNameById(NameId, PlatformId, ushort)
Returns a name as object of type MultiLanguageString
. Method collects all NameRecord structures which coincide with passed parameters nameId, platformId and platformSpecificId and then builds resultant object based on this structures list.
public MultiLanguageString GetMultiLanguageNameById(NameId nameId, PlatformId platformId,
ushort platformSpecificId)
Parameter | Type | Description |
---|---|---|
nameId | NameId | Name Id. |
platformId | PlatformId | Platform Id. |
platformSpecificId | UInt16 | Platform specific Id. |
Return Value
Name.
See Also
- class MultiLanguageString
- enum NameId
- enum PlatformId
- class TtfNameTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font