printers-svg
printe-svg.ads
printe-svg.adb
printers
printers
printers-pgm
printers-ps
printers-svg
engine
boxes/
collectors/
output/
printers/
roemer.adb
test_engine.ad
ada
bin/
engine/
fonts/
internal/
text/
util/
Home
Showcase
Snapshots
Ada Source
PHP Source
Fonts
Sourceforge
Summary
Downloads
Browse CVS
Donate
Activity
Hosted by
Printers.SVG
type SVG_Printer
Public representation.
type SVG_Printer_Access
Pointer to representation data.
function Create
Constructor for instances.
Param
Type
Description
in
Filename
String
The initial filename.
return
SVG_Printer_Access
The newly created svg printer.
function Get_Format
Param
Type
Description
access
This
SVG_Printer
The svg printer object instance.
return
String
Maximum of four characters.
procedure Print
Param
Type
Description
access
This
SVG_Printer
The svg printer object instance.
access
Add
Glyph
Add this glyph.
in
Center
Vector
Center coordinates.
procedure Frame_Box
Param
Type
Description
access
This
SVG_Printer
The svg printer object instance.
in
Box
Rectangle
Box coordinates.
in
Color
Gray_Pixel
Use this color.
procedure Fill_Box
Param
Type
Description
access
This
SVG_Printer
The svg printer object instance.
in
Box
Rectangle
Box coordinates.
in
Color
Gray_Pixel
Use this color.
procedure Write
Param
Type
Description
access
This
SVG_Printer
The svg printer object instance.
types
SVG_Printer
SVG_Printer_Access
methods
Create
Get_Format
Print
Frame_Box
Fill_Box
Write