Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Research
Support
Download
{Fiddle}
Topics
Getting Started
Build Instructions
Multithreaded Rendering
API Reference
Index
Class List
Global API
Geometry API
Imaging API
Styling API
Text API
Rendering Context
Runtime API
Filesystem API
Impl API
Macros
C API
Object Model
BLStrokeOptionsCore Struct Reference
Geometry API
Stroke options [C API].
Public Members
union {
struct {
uint8_t
startCap
uint8_t
endCap
uint8_t
join
uint8_t
transformOrder
uint8_t
reserved
[4]
}
uint8_t
caps
[
BL_STROKE_CAP_POSITION_MAX_VALUE
+1]
uint64_t
hints
};
double
width
double
miterLimit
double
dashOffset
union {
BLArray
<
double
>
dashArray
};
Member Functions
BLStrokeOptionsCore
(
const
BLStrokeOptionsCore
& other)
BLStrokeOptionsCore
&
operator=
(
const
BLStrokeOptionsCore
& other)
void
_copyFrom
(
const
BLStrokeOptionsCore
& other)