Content-type: text/html
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;
This structure contains the internal fields of each FT_Face object. These fields may change between different releases of FreeType.
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