ref: 79405d75c0b485eceafaff51c8bdb2412b7dbc4c
parent: ebd14a599d1dfb3e53aeddb91782e2a5853b59a8
author: Behdad Esfahbod <[email protected]>
date: Tue May 24 02:10:47 EDT 2011
Documentation fix.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -226,10 +226,12 @@
/* Left side bearing for vertical layout. */
/* */
/* vertBearingY :: */
- /* Top side bearing for vertical layout. */
+ /* Top side bearing for vertical layout. Larger positive values */
+ /* mean further below the vertical glyph origin. */
/* */
/* vertAdvance :: */
- /* Advance height for vertical layout. */
+ /* Advance height for vertical layout. Positive values mean the */
+ /* glyph has a positive advance downward. */
/* */
/* <Note> */
/* If not disabled with @FT_LOAD_NO_HINTING, the values represent */