Minor formatting.

This commit is contained in:
Nikhil Ramakrishnan 2018-06-16 15:53:15 +05:30
parent 9d8e6c2980
commit a150b5ab53
2 changed files with 2 additions and 2 deletions

View File

@ -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[.

View File

@ -415,7 +415,7 @@ FT_BEGIN_HEADER
* using its cache. * using its cache.
* *
* @input: * @input:
* face:: * face ::
* The source face handle containing the cache. * The source face handle containing the cache.
* *
* field :: * field ::