Content-type: text/html
ft_glyph_format_composite :: The glyph image is a composite of several other images. This glyph format is _only_ used with the FT_LOAD_FLAG_NO_RECURSE flag (XXX: Which is currently unimplemented).
ft_glyph_format_bitmap :: The glyph image is a bitmap, and can be described as a FT_Bitmap.
ft_glyph_format_outline :: The glyph image is a vectorial image made of bezier control points, and can be described as a FT_Outline.
ft_glyph_format_plotter :: The glyph image is a vectorial image made of plotter lines (some T1 fonts like Hershey contain glyph in this format). typedef enum FT_Glyph_Format_ { FT_IMAGE_TAG( ft_glyph_format_none, 0, 0, 0, 0 ), FT_IMAGE_TAG( ft_glyph_format_composite, 'c', 'o', 'm', 'p' ), FT_IMAGE_TAG( ft_glyph_format_bitmap, 'b', 'i', 't', 's' ), FT_IMAGE_TAG( ft_glyph_format_outline, 'o', 'u', 't', 'l' ), FT_IMAGE_TAG( ft_glyph_format_plotter, 'p', 'l', 'o', 't' ) } FT_Glyph_Format; **** R A S T E R D E F I N I T I O N S **** **** A raster is a scan converter, in charge of rendering an outline into a a bitmap. This section contains the public API for rasters. Note that in FreeType 2, all rasters are now encapsulated within specific modules called `renderers'. See `freetype/ftrender.h' for more details on renderers.
An enumeration type used to describe the format of a given glyph image. Note that this version of FreeType only supports two image formats, even though future font drivers will be able to register their own format.
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