barcode ~master (2020-10-27T07:50:47Z)
Dub
Repo
BaseBarCodeSvgDrawer
barcode
svgdraw
class
BaseBarCodeSvgDrawer :
BarCodeSvgDrawer
{
bool
fixSizeMode
;
bool
withBackground
;
float
borderX
;
float
borderY
;
float
W
;
float
H
;
string
bgColor
;
string
fgColor
;
struct
DrawData
;
DrawData
buildPath
(BarCode bc);
string
draw
(BarCode bc);
}
Members
Functions
buildPath
DrawData
buildPath
(BarCode bc)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
string
draw
(BarCode bc)
Structs
DrawData
struct
DrawData
H
float
H
;
Variables
W
float
W
;
bgColor
string
bgColor
;
Undocumented in source.
borderX
float
borderX
;
borderY
float
borderY
;
fgColor
string
fgColor
;
Undocumented in source.
fixSizeMode
bool
fixSizeMode
;
withBackground
bool
withBackground
;
Inherited Members
From BarCodeSvgDrawer
draw
string
draw
(BarCode bc)
Meta
Source
See Implementation
barcode
svgdraw
classes
BaseBarCodeSvgDrawer
PseudoRasterBarCodeSvgDrawer
functions
flineOffset
interfaces
BarCodeSvgDrawer