Metrics for glyphs and rendered strings.
class TTFMetrics
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 |
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.
Asccent value for a glyp
height of a glyph or string renderin
maximum x value for a glyp
maximum y value for a glyp
minimum x value for a glyp
minimum y value for a glyp
width of a glyph or string renderin