transforms
transforms.ads
transforms.adb
glyphs
curves
glyphs
nocurves
outlines
stairs
transforms
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
Transforms
procedure Scale
Scale a glyph by a given factor.
Param
Type
Description
access
This
Glyph
Scale this glyph.
in
Factor
Real
Scaling factor.
procedure Translate
Translate a glyph by a given offset.
Param
Type
Description
access
This
Glyph
Translate this glyph.
in
Offset
Vector
Translating offset.
methods
Scale
Translate