ithoxd-qrcode v1.2.2 (2016-07-06T03:15:32Z)
Dub
Repo
DrawInfo
dmagick
c
draw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
DrawInfo {
char
*
primitive
;
char
*
geometry
;
RectangleInfo
viewbox
;
AffineMatrix
affine
;
GravityType
gravity
;
PixelPacket
fill
;
PixelPacket
stroke
;
double
stroke_width
;
GradientInfo
gradient
;
Image
*
fill_pattern
;
Image
*
tile
;
Image
*
stroke_pattern
;
MagickBooleanType
stroke_antialias
;
MagickBooleanType
text_antialias
;
FillRule
fill_rule
;
LineCap
linecap
;
LineJoin
linejoin
;
size_t
miterlimit
;
double
dash_offset
;
DecorationType
decorate
;
CompositeOperator
compose
;
char
*
text
;
size_t
face
;
char
*
font
;
char
*
metrics
;
char
*
family
;
StyleType
style
;
StretchType
stretch
;
size_t
weight
;
char
*
encoding
;
double
pointsize
;
char
*
density
;
AlignType
aalign
;
PixelPacket
undercolor
;
PixelPacket
border_color
;
char
*
server_name
;
double
*
dash_pattern
;
char
*
clip_mask
;
SegmentInfo
bounds
;
ClipPathUnits
clip_units
;
Quantum
opacity
;
MagickBooleanType
render
;
ElementReference
element_reference
;
MagickBooleanType
ddebug
;
size_t
signature
;
double
kerning
;
double
interword_spacing
;
double
interline_spacing
;
static if
(
MagickLibVersion >= 0x662
)
DirectionType
direction
;
static if
(!(
MagickLibVersion >= 0x662
))
static if
(
MagickLibVersion == 0x661
)
double
direction
;
}
Members
Variables
aalign
AlignType
aalign
;
Undocumented in source.
affine
AffineMatrix
affine
;
border_color
PixelPacket
border_color
;
Undocumented in source.
bounds
SegmentInfo
bounds
;
Undocumented in source.
clip_mask
char
*
clip_mask
;
Undocumented in source.
clip_units
ClipPathUnits
clip_units
;
Undocumented in source.
compose
CompositeOperator
compose
;
Undocumented in source.
dash_offset
double
dash_offset
;
Undocumented in source.
dash_pattern
double
*
dash_pattern
;
Undocumented in source.
ddebug
MagickBooleanType
ddebug
;
Undocumented in source.
decorate
DecorationType
decorate
;
Undocumented in source.
density
char
*
density
;
Undocumented in source.
direction
DirectionType
direction
;
Undocumented in source.
direction
double
direction
;
Undocumented in source.
element_reference
ElementReference
element_reference
;
Undocumented in source.
encoding
char
*
encoding
;
Undocumented in source.
face
size_t
face
;
family
char
*
family
;
Undocumented in source.
fill
PixelPacket
fill
;
Undocumented in source.
fill_pattern
Image
*
fill_pattern
;
Undocumented in source.
fill_rule
FillRule
fill_rule
;
Undocumented in source.
font
char
*
font
;
geometry
char
*
geometry
;
Undocumented in source.
gradient
GradientInfo
gradient
;
Undocumented in source.
gravity
GravityType
gravity
;
interline_spacing
double
interline_spacing
;
interword_spacing
double
interword_spacing
;
Undocumented in source.
kerning
double
kerning
;
Undocumented in source.
linecap
LineCap
linecap
;
Undocumented in source.
linejoin
LineJoin
linejoin
;
metrics
char
*
metrics
;
Undocumented in source.
miterlimit
size_t
miterlimit
;
Undocumented in source.
opacity
Quantum
opacity
;
Undocumented in source.
pointsize
double
pointsize
;
Undocumented in source.
primitive
char
*
primitive
;
Undocumented in source.
render
MagickBooleanType
render
;
Undocumented in source.
server_name
char
*
server_name
;
Undocumented in source.
signature
size_t
signature
;
Undocumented in source.
stretch
StretchType
stretch
;
stroke
PixelPacket
stroke
;
Undocumented in source.
stroke_antialias
MagickBooleanType
stroke_antialias
;
stroke_pattern
Image
*
stroke_pattern
;
Undocumented in source.
stroke_width
double
stroke_width
;
Undocumented in source.
style
StyleType
style
;
Undocumented in source.
text
char
*
text
;
text_antialias
MagickBooleanType
text_antialias
;
tile
Image
*
tile
;
Undocumented in source.
undercolor
PixelPacket
undercolor
;
Undocumented in source.
viewbox
RectangleInfo
viewbox
;
Undocumented in source.
weight
size_t
weight
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
draw
enums
AlignType
ClipPathUnits
DecorationType
DirectionType
FillRule
GradientType
LineCap
LineJoin
PaintMethod
PrimitiveType
ReferenceType
SpreadMethod
functions
AcquireDrawInfo
CloneDrawInfo
DestroyDrawInfo
DrawAffineImage
DrawClipPath
DrawGradientImage
DrawImage
DrawPatternPath
DrawPrimitive
GetAffineMatrix
GetDrawInfo
structs
DrawInfo
ElementReference
GradientInfo
PointInfo
PrimitiveInfo
StopInfo
TypeMetric