Class TTFMetrics[in True Type]

Metrics for glyphs and rendered strings.

class TTFMetrics

more...

Summary

ascentAsccent value for a glyp
hheight of a glyph or string renderin
maxxmaximum x value for a glyp
maxymaximum y value for a glyp
minxminimum x value for a glyp
minyminimum y value for a glyp
wwidth of a glyph or string renderin

Detailed description

Metrics for glyphs and rendered strings.

This class stores porperties that are used by font metrics related functions and metods to report sizes of font renderings.

Those functions doesn't use directly this class; instead, they check the interface of the objects that they receive, so any class providing the required properties can be used.

Properties

ascent

Asccent value for a glyp

h

height of a glyph or string renderin

maxx

maximum x value for a glyp

maxy

maximum y value for a glyp

minx

minimum x value for a glyp

miny

minimum y value for a glyp

w

width of a glyph or string renderin


Made with faldoc 2.0.0