complete revision
This commit is contained in:
parent
afc01e8845
commit
0b7b23edfd
|
@ -344,11 +344,11 @@
|
||||||
returned face. This size object is directly accessible as
|
returned face. This size object is directly accessible as
|
||||||
<tt>face->size</tt>.</p>
|
<tt>face->size</tt>.</p>
|
||||||
|
|
||||||
<p><em>NOTA BENE: A single face object can deal with one or more size
|
<p><em>A single face object can deal with one or more size objects at a
|
||||||
objects at a time; however, this is something that few programmers
|
time; however, this is something that few programmers really need to do.
|
||||||
really need to do. We have thus have decided to simplify the API for
|
We have thus have decided to simplify the API for the most common use
|
||||||
the most common use (i.e. one size per face), while keeping this feature
|
(i.e. one size per face), while keeping this feature available through
|
||||||
available through additional functions.</em></p>
|
additional functions.</em></p>
|
||||||
|
|
||||||
<p>When a new face object is created, its size object defaults to the
|
<p>When a new face object is created, its size object defaults to the
|
||||||
character size of 10 pixels (both horizontally and vertically) for
|
character size of 10 pixels (both horizontally and vertically) for
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue