glyphs-svg
glyphs-svg.ads
glyphs-svg.adb
svg
choices-svg
glyphs-svg
outlines-svg
fonts
eps/
glyphs/
lines/
loaders/
raster/
svg/
ada
bin/
engine/
fonts/
internal/
text/
util/
Home
Showcase
Snapshots
Ada Source
PHP Source
Fonts
Sourceforge
Summary
Downloads
Browse CVS
Donate
Activity
Hosted by
Glyphs.SVG
Reading and writing Scalar Vector Graphics.
function Read
Read a glyph from an XML reader.
Param
Type
Description
access
XML
XML_Reader
Use this reader.
return
Glyph_Access
The newly created glyph.
procedure Write
Write a glyph to an XML writer.
Param
Type
Description
access
XML
XML_Writer
Use this writer.
access
This
Glyph
Write this glyph.
in
Tolerance
Real
Tolerance level.
in
Translate
Vector
Output offset.
methods
Read
Write