LibreOffice Module vcl (master) 1
|
ControlPoint structure used by GetTTGlyphPoints() More...
#include <sft.hxx>
Public Attributes | |
sal_uInt32 | flags |
00000000 00000000 e0000000 bbbbbbbb More... | |
sal_Int16 | x |
X coordinate in EmSquare units More... | |
sal_Int16 | y |
Y coordinate in EmSquare units More... | |
ControlPoint structure used by GetTTGlyphPoints()
sal_uInt32 vcl::ControlPoint::flags |
00000000 00000000 e0000000 bbbbbbbb
b - byte flags from the glyf array
e == 0 - regular point
e == 1 - end contour
Definition at line 182 of file sft.hxx.
Referenced by vcl::GetCompoundTTOutline().
sal_Int16 vcl::ControlPoint::x |
X coordinate in EmSquare units
Definition at line 186 of file sft.hxx.
Referenced by vcl::BSplineToPSPath(), and vcl::GetCompoundTTOutline().
sal_Int16 vcl::ControlPoint::y |
Y coordinate in EmSquare units
Definition at line 187 of file sft.hxx.
Referenced by vcl::BSplineToPSPath(), and vcl::GetCompoundTTOutline().