Content-type: text/html
width :: The bitmap width in pixels.
height :: The bitmap height in pixels.
left :: The horizontal distance from the pen position to the left bitmap border (a.k.a. `left side bearing', or `lsb').
top :: The vertical distance from the pen position (on the baseline) to the upper bitmap border (a.k.a. `top side bearing'). The distance is positive for upwards Y coordinates.
format :: The format of the glyph bitmap (monochrome or gray).
pitch :: The number of bytes per bitmap line. May be positive or negative.
xadvance :: The horizontal advance width in pixels.
yadvance :: The vertical advance height in pixels.
buffer :: A pointer to the bitmap pixels. typedef struct FTC_SBitRec_ { FT_Byte width; FT_Byte height; FT_Char left; FT_Char top; FT_Byte format; FT_Char pitch; FT_Char xadvance; FT_Char yadvance; FT_Byte* buffer; } FTC_SBitRec;
A very compact structure used to describe a small glyph bitmap.
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