summaryrefslogtreecommitdiff
path: root/include/freetype/tttables.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-05-12 08:00:13 +0000
committerWerner Lemberg <wl@gnu.org>2006-05-12 08:00:13 +0000
commit6756dc15ba424186394ca3f295ba8d125b0f047e (patch)
tree6155c1e691a0a299d22943ee77445507af32e3ba /include/freetype/tttables.h
parentfd74ec68b44fe2346b89ccc485a1d451f26df9d6 (diff)
downloadfreetype2-6756dc15ba424186394ca3f295ba8d125b0f047e.tar.gz
* src/tools/docmaker/sources.py (re_source_keywords): Add word
boundary markers. * src/tools/docmaker/content.py (re_field): Allow `.' in field names (but not at the beginning or end). * include/freetype/*: Many minor documentation improvements (adding links, spelling errors, etc.).
Diffstat (limited to 'include/freetype/tttables.h')
-rw-r--r--include/freetype/tttables.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index 0a5f30205..251d67717 100644
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -407,9 +407,9 @@ FT_BEGIN_HEADER
/* */
/* <Description> */
/* A structure used to model a TrueType Postscript table. All fields */
- /* comply to the TrueType table. This structure does not reference */
- /* the Postscript glyph names, which can be nevertheless accessed */
- /* with the `ttpost' module. */
+ /* comply to the TrueType specification. This structure does not */
+ /* reference the Postscript glyph names, which can be nevertheless */
+ /* accessed with the `ttpost' module. */
/* */
typedef struct TT_Postscript_
{
@@ -436,7 +436,7 @@ FT_BEGIN_HEADER
/* */
/* <Description> */
/* A structure used to model a TrueType PCLT table. All fields */
- /* comply to the TrueType table. */
+ /* comply to the TrueType specification. */
/* */
typedef struct TT_PCLT_
{
@@ -594,8 +594,8 @@ FT_BEGIN_HEADER
/* The table is owned by the face object and disappears with it. */
/* */
/* This function is only useful to access SFNT tables that are loaded */
- /* by the sfnt/truetype/opentype drivers. See @FT_Sfnt_Tag for a */
- /* list. */
+ /* by the sfnt, truetype, and opentype drivers. See @FT_Sfnt_Tag for */
+ /* a list. */
/* */
FT_EXPORT( void* )
FT_Get_Sfnt_Table( FT_Face face,
@@ -615,8 +615,8 @@ FT_BEGIN_HEADER
* A handle to the source face.
*
* tag ::
- * The 4-byte tag of the table to load. Use the value 0 if you want to
- * access the whole font file. Otherwise, you can use one of the
+ * The four-byte tag of the table to load. Use the value 0 if you want
+ * to access the whole font file. Otherwise, you can use one of the
* definitions found in the @FT_TRUETYPE_TAGS_H file, or forge a new
* one with @FT_MAKE_TAG.
*
@@ -712,7 +712,7 @@ FT_BEGIN_HEADER
/* */
/* <Description> */
/* Return TrueType/sfnt specific cmap language ID. Definitions of */
- /* language ID values are in freetype/ttnameid.h. */
+ /* language ID values are in `freetype/ttnameid.h'. */
/* */
/* <Input> */
/* charmap :: */