freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 05e1aa5: Typos.


From: Alexei Podtelezhnikov
Subject: [freetype2] master 05e1aa5: Typos.
Date: Sat, 15 Apr 2017 23:51:34 -0400 (EDT)

branch: master
commit 05e1aa5fc0346695c9a87f6f2c877eb8460262a3
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    Typos.
---
 ChangeLog.21                | 10 +++++-----
 ChangeLog.22                |  4 ++--
 ChangeLog.23                |  2 +-
 include/freetype/ftlcdfil.h |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ChangeLog.21 b/ChangeLog.21
index 904e462..93d56ad 100644
--- a/ChangeLog.21
+++ b/ChangeLog.21
@@ -3361,7 +3361,7 @@
 
        * src/base/ftstroke.c: Include FT_INTERNAL_OBJECTS_H.
        (FT_Outline_GetOutsideBorder): Inverse result.
-       (FT_Stroker_Rewind, FT_Glyph_Stroke, FT_GlyphStrokeBorder): New
+       (FT_Stroker_Rewind, FT_Glyph_Stroke, FT_Glyph_StrokeBorder): New
        functions.
        (FT_Stroker_EndSubPath): Close path if needed.
        (FT_Stroker_Set, FT_Stroker_ParseOutline): Use FT_Stroker_Rewind.
@@ -3493,8 +3493,8 @@
 2003-12-23  David Turner  <address@hidden>
 
        * include/freetype/internal/ftobjs.h (FT_PAD_FLOOR, FT_PAD_ROUND,
-       FT_PAD_CEIL, FT_PIX_FLOOR, FT_PIX_ROUND, FT_CEIL): New macros.  They
-       are used to avoid compiler warnings with very pedantic compilers.
+       FT_PAD_CEIL, FT_PIX_FLOOR, FT_PIX_ROUND, FT_PIX_CEIL): New macros.
+       They are used to avoid compiler warnings with very pedantic compilers.
        Note that `(x) & -64' causes a warning if (x) is not signed.  Use
        `(x) & ~63' instead!
        Updated all related code.
@@ -4231,7 +4231,7 @@
        (t42_parse_encoding): Use `ft_isdigit'.
 
 
-       * src/base/ftmm.c (ft_face_get_mm_service): Return FT_Err_OK if
+       * src/base/ftmm.c (ft_face_get_mm_service): Return FT_Err_Ok if
        success.
 
 2003-10-05  Werner Lemberg  <address@hidden>
@@ -5916,7 +5916,7 @@
 2003-04-23  Werner Lemberg  <address@hidden>
 
        * src/pfr/pfrload.c (pfr_extra_item_load_font_id): Use FT_PtrDist
-       instead of FT_Uint for `len'.
+       instead of FT_UInt for `len'.
 
 2003-04-22  Werner Lemberg  <address@hidden>
 
diff --git a/ChangeLog.22 b/ChangeLog.22
index 5329308..08dc358 100644
--- a/ChangeLog.22
+++ b/ChangeLog.22
@@ -189,7 +189,7 @@
 
        * src/base/ftdbgmem.c (_ft_debug_file, _ft_debug_lineno)
        [FT_DEBUG_MEMORY]: New global variables, replacing...
-       (FT_MemTable_Rec) [FT_DEBUG_MEMORY]: Remove `filename' and
+       (FT_MemTableRec) [FT_DEBUG_MEMORY]: Remove `filename' and
        `line_no'.  Update all callers.
        (ft_mem_debug_alloc) [FT_DEBUG_MEMORY]: Avoid possible integer
        overflow.
@@ -494,7 +494,7 @@
        FTC_MruList_Init, FTC_MruList_Reset, FTC_MruList_Done,
        FTC_MruList_New, FTC_MruList_Remove, FTC_MruList_RemoveSelection):
        Declare as FT_LOCAL_DEF.
-       (FTC_MruListFind, FTC_MruList_Lookup) [!FTC_INLINE]: Compile
+       (FTC_MruList_Find, FTC_MruList_Lookup) [!FTC_INLINE]: Compile
        conditionally.
        Declare as FT_LOCAL_DEF.
 
diff --git a/ChangeLog.23 b/ChangeLog.23
index 79dc028..c14c8fc 100644
--- a/ChangeLog.23
+++ b/ChangeLog.23
@@ -7023,7 +7023,7 @@
        (_ft_lcd_filter_fir): This.
        Update parameters.
        (_ft_lcd_filter_legacy) [USE_LEGACY]: New filter function.
-       (FT_Library_Set_LcdFilter): Update parameters.
+       (FT_Library_SetLcdFilter): Update parameters.
        Handle new filter modes.
 
        * include/internal/ftobjs.h: Include FT_LCD_FILTER_H.
diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index a021c80..cc9a43c 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -288,7 +288,7 @@ FT_BEGIN_HEADER
    *   corresponding argument specifies the five LCD filter weights for a
    *   given face (if using @FT_LOAD_TARGET_LCD, for example), overriding
    *   the global default values or the values set up with
-   *   @FT_Library_Set_LcdFilterWeights.
+   *   @FT_Library_SetLcdFilterWeights.
    *
    */
 #define FT_PARAM_TAG_LCD_FILTER_WEIGHTS \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]