From d85623c24174daeb0ab4cc1843975e54d4d4810e Mon Sep 17 00:00:00 2001
From: Werner Lemberg
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: