Minor formatting.
This commit is contained in:
parent
9d8e6c2980
commit
a150b5ab53
|
@ -244,7 +244,7 @@ FT_BEGIN_HEADER
|
||||||
* FreeType error code. 0~means success.
|
* FreeType error code. 0~means success.
|
||||||
*
|
*
|
||||||
* @Note:
|
* @Note:
|
||||||
* Because `*aglyph->advance.x' and '*aglyph->advance.y' are 16.16
|
* Because `*aglyph->advance.x' and `*aglyph->advance.y' are 16.16
|
||||||
* fixed-point numbers, `slot->advance.x' and `slot->advance.y'
|
* fixed-point numbers, `slot->advance.x' and `slot->advance.y'
|
||||||
* (which are in 26.6 fixed-point format) must be in the range
|
* (which are in 26.6 fixed-point format) must be in the range
|
||||||
* ]-32768;32768[.
|
* ]-32768;32768[.
|
||||||
|
|
Loading…
Reference in New Issue