diff --git a/docs/tutorial/step1.html b/docs/tutorial/step1.html index 7ec7d3509..d4c4e99b7 100644 --- a/docs/tutorial/step1.html +++ b/docs/tutorial/step1.html @@ -351,15 +351,9 @@ (i.e. one size per face), while keeping this feature available through additional functions.

-

When a new face object is created, its size object defaults to the - character size of 10 pixels (both horizontally and vertically) for - scalable formats. For fixed-sizes formats, the size is more or less - undefined, which is why you must set it before trying to load a - glyph.

- -

To do that, simply call FT_Set_Char_Size(). Here is an - example where the character size is set to 16pt for a 300x300 dpi - device:

+

Before a glyph can be loaded, the size object must be set up. To do + that, simply call FT_Set_Char_Size(). Here is an example where + the character size is set to 16pt for a 300x300 dpi device: