Content-type: text/html
width :: The glyph's width.
height :: The glyph's height.
horiBearingX :: Horizontal left side bearing.
horiBearingY :: Horizontal top side bearing.
horiAdvance :: Horizontal advance width.
vertBearingX :: Vertical left side bearing.
vertBearingY :: Vertical top side bearing.
vertAdvance :: Vertical advance height. typedef struct FT_Glyph_Metrics_ { FT_Pos width; glyph width FT_Pos height; glyph height FT_Pos horiBearingX; left side bearing in horizontal layouts FT_Pos horiBearingY; top side bearing in horizontal layouts FT_Pos horiAdvance; advance width for horizontal layout FT_Pos vertBearingX; left side bearing in vertical layouts FT_Pos vertBearingY; top side bearing in vertical layouts FT_Pos vertAdvance; advance height for vertical layout } FT_Glyph_Metrics;
A structure used to model the metrics of a single glyph. Note that values are expressed in 26.6 fractional pixel format or in font units, depending on context.
This documentation was generated for Freetype 2.0.4 by autodocbook (http://www.stillhq.com). Autodocbook is (c) Michael Still 2001.
Copyright 1996-2000 by
David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used, modified, and distributed under the terms of the FreeType project license, LICENSE.TXT. By continuing to use, modify, or distribute this file you indicate that you have read the license and understand and accept it fully.
Please report errors in this documentation, and Freetype itself to freetype@freetype.org