|
LibreOffice Module vcl (master) 1
|
Structure used by the TrueType Creator and GetRawGlyphData() More...
#include <sft.hxx>
Public Attributes | |
| sal_uInt32 | glyphID |
| glyph ID More... | |
| sal_uInt16 | nbytes |
| number of bytes in glyph data More... | |
| std::unique_ptr< sal_uInt8[]> | ptr |
| pointer to glyph data More... | |
| sal_uInt16 | aw |
| advance width More... | |
| sal_Int16 | lsb |
| left sidebearing More... | |
| bool | compflag |
| false- if non-composite More... | |
| sal_uInt16 | npoints |
| number of points More... | |
| sal_uInt16 | ncontours |
| number of contours More... | |
| sal_uInt32 | newID |
| used internally by the TTCR More... | |
Structure used by the TrueType Creator and GetRawGlyphData()
| sal_uInt16 vcl::GlyphData::nbytes |
| sal_uInt32 vcl::GlyphData::newID |
| std::unique_ptr<sal_uInt8[]> vcl::GlyphData::ptr |