summaryrefslogtreecommitdiff
path: root/include/freetype/internal/pshints.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-07-26 09:09:10 +0000
committerWerner Lemberg <wl@gnu.org>2002-07-26 09:09:10 +0000
commit7f74a52a210fc20a8fcc0f8160ce92dfe0f84c48 (patch)
tree6d157884c58c1518326517cf04c1541be35266f5 /include/freetype/internal/pshints.h
parent0327329db5aaae35b42733387e4adcdc6d66a9a9 (diff)
downloadfreetype2-7f74a52a210fc20a8fcc0f8160ce92dfe0f84c48.tar.gz
Fixing ChangeLog entries.
Some formatting. * src/truetype/ttgload.c (load_truetype_glyph) [FT_CONFIG_OPTION_INCREMENTAL]: s/memset/ft_memset/. * src/autohint/ahhint.c (ah_hint_edges_3): Fix compiler warning. * src/cff/cffload.c (cff_encoding_load): Remove `memory' variable. * src/cff/cffcmap.c (cff_cmap_encoding_init): Remove `psnames' variable. * src/truetype/ttgload.c (load_truetype_glyph): Remove statement without effect. * src/truetype/ttdriver (Get_Char_Index, Get_Next_Char): Removed.
Diffstat (limited to 'include/freetype/internal/pshints.h')
-rw-r--r--include/freetype/internal/pshints.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/freetype/internal/pshints.h b/include/freetype/internal/pshints.h
index e7fd76faa..5af27b133 100644
--- a/include/freetype/internal/pshints.h
+++ b/include/freetype/internal/pshints.h
@@ -261,13 +261,13 @@ FT_BEGIN_HEADER
/* been recorded. */
/* */
/* @input: */
- /* hints :: A handle to the Type 1 hints recorder. */
+ /* hints :: A handle to the Type 1 hints recorder. */
/* */
- /* outline :: A pointer to the target outline descriptor. */
+ /* outline :: A pointer to the target outline descriptor. */
/* */
- /* globals :: The hinter globals for this font. */
+ /* globals :: The hinter globals for this font. */
/* */
- /* hint_flags :: hinter bit flags */
+ /* hint_flags :: Hinter bit flags. */
/* */
/* @return: */
/* FreeType error code. 0 means success. */
@@ -542,13 +542,13 @@ FT_BEGIN_HEADER
/* method. */
/* */
/* @input: */
- /* hints :: A handle to the Type 2 hints recorder. */
+ /* hints :: A handle to the Type 2 hints recorder. */
/* */
- /* outline :: A pointer to the target outline descriptor. */
+ /* outline :: A pointer to the target outline descriptor. */
/* */
- /* globals :: The hinter globals for this font. */
+ /* globals :: The hinter globals for this font. */
/* */
- /* hint_flags :: hinter bit flags */
+ /* hint_flags :: Hinter bit flags. */
/* */
/* @return: */
/* FreeType error code. 0 means success. */