Content-type: text/html Manpage of FT_Glyph_Metrics

FT_Glyph_Metrics

Section: Misc. Reference Manual Pages (3)
Index Return to Main Contents
 

NAME

FT_Glyph_Metrics  

SYNOPSIS


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; 
 

DESCRIPTION

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.  

VERSION

This documentation was generated for Freetype 2.0.4 by autodocbook (http://www.stillhq.com). Autodocbook is (c) Michael Still 2001.
      

AUTHOR

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.  

BUGS

Please report errors in this documentation, and Freetype itself to freetype@freetype.org


 

Index

NAME
SYNOPSIS
DESCRIPTION
VERSION
AUTHOR
BUGS

This document was created by man2html, using the manual pages.
Time: 04:44:37 GMT, July 26, 2001