[Freetype-wiki-commit] [A freetype Wiki] Update of "FreeType 2
tutorial/part 1"
webmaster at freedesktop.org
webmaster at freedesktop.org
Tue Jun 7 13:26:40 PDT 2005
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "A freetype Wiki" for change notification.
The following page has been changed by WernerLemberg:
http://freetype.freedesktop.org/wiki/FreeType_202_20tutorial_2fpart_201
------------------------------------------------------------------------------
face. Usually, this data can be accessed directly by dereferencing a
- handle, like in `face−>num_glyphs`.
+ handle, like in `face->num_glyphs`.
The complete list of available fields in in the
[http://freetype.freedesktop.org/freetype2/docs/reference/ft2-base_interface.html#FT_FaceRec FT_FaceRec]
@@ -256, +256 @@
When the `FT_New_Face` function is called (or one of its cousins), it
''automatically'' creates a new size object for the returned face.
- This size object is directly accessible as `face−>size`.
+ This size object is directly accessible as `face->size`.
'''''Note:''' A single face object can deal with one or more size
objects at a time; however, this is something that few programmers
@@ -424, +424 @@
also be scaled to the current pixel size, as well as hinted for
certain formats like True''''''Type and Type[[nbsp]]1.
- The field `face−>glyph−>format` describes the format used to store the
+ The field `face->glyph->format` describes the format used to store the
glyph image in the slot. If it is not `FT_GLYPH_FORMAT_BITMAP`, one
can immediately convert it to a bitmap through
[http://freetype.freedesktop.org/freetype2/docs/reference/ft2-base_interface.html#FT_Render_Glyph FT_Render_Glyph]
More information about the freetype-wiki-commit
mailing list