ref: 85a477b2ee5e87f3759f81ca86a3fc235b4a2cde
parent: b8f245bd7731320056e68f0b9bd6041ca414947f
author: Werner Lemberg <[email protected]>
date: Sat Jan 23 08:17:27 EST 2010
Improve FT_BBox documentation. From David Bevan.
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -109,6 +109,10 @@
/* Similarly, if `ymax' is positive, this value gives the glyph's */
/* ascender. */
/* */
+ /* `xMin' gives the horizontal distance from the glyph's origin to */
+ /* the left edge of the glyph's bounding box. If `xMin' is negative, */
+ /* the glyph extends to the left of the origin. */
+ /* */
typedef struct FT_BBox_
{
FT_Pos xMin, yMin;