* include/freetype/freetype.h: fixed documentation for FT_Size_Metrics
This commit is contained in:
parent
1a20673a9b
commit
feb3d8703f
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-15 David Turner <david@freetype.org>
|
||||||
|
|
||||||
|
* include/freetype/freetype.h: fixed documentation for FT_Size_Metrics
|
||||||
|
|
||||||
2003-01-15 James Su <suzhe@turbolinux.com.cn>
|
2003-01-15 James Su <suzhe@turbolinux.com.cn>
|
||||||
|
|
||||||
* src/gzip/ftgzip.c: bugfix: couldn't read certain gzip-ed font files
|
* src/gzip/ftgzip.c: bugfix: couldn't read certain gzip-ed font files
|
||||||
|
|
|
@ -1133,7 +1133,7 @@ FT_BEGIN_HEADER
|
||||||
/* pixels. Always positive. */
|
/* pixels. Always positive. */
|
||||||
/* */
|
/* */
|
||||||
/* descender :: The descender, expressed in 26.6 fixed point */
|
/* descender :: The descender, expressed in 26.6 fixed point */
|
||||||
/* pixels. Always positive. */
|
/* pixels. Always negative. */
|
||||||
/* */
|
/* */
|
||||||
/* height :: The text height, expressed in 26.6 fixed point */
|
/* height :: The text height, expressed in 26.6 fixed point */
|
||||||
/* pixels. Always positive. */
|
/* pixels. Always positive. */
|
||||||
|
|
Loading…
Reference in New Issue