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

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...
 

Detailed Description

ControlPoint structure used by GetTTGlyphPoints()

Definition at line 181 of file sft.hxx.

Member Data Documentation

◆ flags

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().

◆ x

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().

◆ y

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().


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