Content-type: text/html Manpage of FT_Face_InternalRec

FT_Face_InternalRec

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

NAME

FT_Face_InternalRec  

SYNOPSIS


max_points :: The maximal number of points used to store the vectorial outline of any glyph in this face.  If this value cannot be known in advance, or  if the face isn't scalable, this should be set  to 0.  Only relevant for scalable formats.  

max_contours :: The maximal number of contours used to store  the vectorial outline of any glyph in this  face.  If this value cannot be known in  advance, or if the face isn't scalable, this  should be set to 0.  Only relevant for  scalable formats.  

transform_matrix :: A 2x2 matrix of 16.16 coefficients used to  transform glyph outlines after they are loaded  from the font.  Only used by the convenience  functions.  

transform_delta :: A translation vector used to transform glyph  outlines after they are loaded from the font.  Only used by the convenience functions.  

transform_flags :: Some flags used to classify the transform.  Only used by the convenience functions.  typedef struct  FT_Face_InternalRec_  {  FT_UShort  max_points;  FT_Short   max_contours;  FT_Matrix  transform_matrix;  FT_Vector  transform_delta;  FT_Int     transform_flags;  } FT_Face_InternalRec; 
 

DESCRIPTION

This structure contains the internal fields of each FT_Face object. These fields may change between different releases of FreeType.  

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:36 GMT, July 26, 2001