LibreOffice Module vcl (master) 1
Public Attributes | List of all members
vcl::NameRecord Struct Reference

Structure used by the TrueType Creator and CreateTTFromTTGlyphs() More...

#include <sft.hxx>

Collaboration diagram for vcl::NameRecord:
[legend]

Public Attributes

sal_uInt16 platformID
 Platform ID
More...
 
sal_uInt16 encodingID
 Platform-specific encoding ID
More...
 
LanguageType languageID
 Language ID
More...
 
sal_uInt16 nameID
 Name ID
More...
 
std::vector< sal_uInt8sptr
 string data (not zero-terminated!)
More...
 

Detailed Description

Structure used by the TrueType Creator and CreateTTFromTTGlyphs()

Definition at line 140 of file sft.hxx.

Member Data Documentation

◆ encodingID

sal_uInt16 vcl::NameRecord::encodingID

Platform-specific encoding ID

Definition at line 142 of file sft.hxx.

◆ languageID

LanguageType vcl::NameRecord::languageID

Language ID

Definition at line 143 of file sft.hxx.

◆ nameID

sal_uInt16 vcl::NameRecord::nameID

Name ID

Definition at line 144 of file sft.hxx.

◆ platformID

sal_uInt16 vcl::NameRecord::platformID

Platform ID

Definition at line 141 of file sft.hxx.

◆ sptr

std::vector<sal_uInt8> vcl::NameRecord::sptr

string data (not zero-terminated!)

Definition at line 145 of file sft.hxx.


The documentation for this struct was generated from the following file: