fix documentation
This commit is contained in:
parent
2c5b7ebf71
commit
c118a32d48
|
@ -1024,12 +1024,12 @@
|
||||||
/* linearHoriAdvance :: For scalable formats only, this field holds */
|
/* linearHoriAdvance :: For scalable formats only, this field holds */
|
||||||
/* the linearly scaled horizontal advance width */
|
/* the linearly scaled horizontal advance width */
|
||||||
/* for the glyph (i.e. the scaled and unhinted */
|
/* for the glyph (i.e. the scaled and unhinted */
|
||||||
/* value of the hori advance). This can be */
|
/* value of the hori advance). This can be */
|
||||||
/* important to perform correct WYSIWYG layout */
|
/* important to perform correct WYSIWYG layout. */
|
||||||
/* */
|
/* */
|
||||||
/* Note that this value is expressed by default */
|
/* Note that this value is expressed by default */
|
||||||
/* in 16.16 pixels. However, when the glyph is */
|
/* in 16.16 pixels. However, when the glyph is */
|
||||||
/* loaded with the FT_LOAD_UNSCALED_LINEAR flag, */
|
/* loaded with the FT_LOAD_LINEAR_DESIGN flag, */
|
||||||
/* this field contains simply the value of the */
|
/* this field contains simply the value of the */
|
||||||
/* advance in original font units. */
|
/* advance in original font units. */
|
||||||
/* */
|
/* */
|
||||||
|
|
Loading…
Reference in New Issue