From d85623c24174daeb0ab4cc1843975e54d4d4810e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 23 Dec 2000 16:55:29 +0000 Subject: [PATCH] Minor doc fix. --- docs/tutorial/step1.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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: