glyphs-eps
glyphs-eps.ads
glyphs-eps.adb
eps
glyphs-eps
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
EPS
Reading and writing Encapsulated PostScript.
function Read
Read a glyph from a file.
Param
Type
Description
in
Filename
String
Read from this file.
return
Glyph_Access
The newly created glyph.
function Read
Read a glyph from current input.
Param
Type
Description
return
Glyph_Access
The newly created glyph.
procedure Write
Write a glyph to a file.
Param
Type
Description
access
This
Glyph
Write this glyph.
in
Filename
String
Write to this file.
in
Tolerance
Real
Tolerance level.
procedure Write
Write a glyph to current output.
Param
Type
Description
access
This
Glyph
Write this glyph.
in
Tolerance
Real
Tolerance level.
methods
Read
Read
Write
Write