Hosted by
 |
with Glyphs; use Glyphs;
package EPS is
function Read
(Filename : in String)
return Glyph;
function Read
return Glyph;
procedure Write
(This : in Glyph;
Filename : in String;
Debug : in Boolean := False);
procedure Write
(This : in Glyph;
Debug : in Boolean := False);
end EPS;
|