Minor doc fix.
This commit is contained in:
parent
390ec38444
commit
d85623c241
|
@ -351,15 +351,9 @@
|
||||||
(i.e. one size per face), while keeping this feature available through
|
(i.e. one size per face), while keeping this feature 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>Before a glyph can be loaded, the size object must be set up. To do
|
||||||
character size of 10 pixels (both horizontally and vertically) for
|
that, simply call <tt>FT_Set_Char_Size()</tt>. Here is an example where
|
||||||
scalable formats. For fixed-sizes formats, the size is more or less
|
the character size is set to 16pt for a 300x300 dpi device:</p>
|
||||||
undefined, which is why you must set it before trying to load a
|
|
||||||
glyph.</p>
|
|
||||||
|
|
||||||
<p>To do that, simply call <tt>FT_Set_Char_Size()</tt>. Here is an
|
|
||||||
example where the character size is set to 16pt for a 300x300 dpi
|
|
||||||
device:</p>
|
|
||||||
|
|
||||||
<font color="blue">
|
<font color="blue">
|
||||||
<pre>
|
<pre>
|
||||||
|
|
Loading…
Reference in New Issue