freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] sdf 656f57e 20/30: [sdf] Add 'sdf' module to non-gnumake bui


From: Werner LEMBERG
Subject: [freetype2] sdf 656f57e 20/30: [sdf] Add 'sdf' module to non-gnumake build systems.
Date: Tue, 22 Dec 2020 12:07:11 -0500 (EST)

branch: sdf
commit 656f57e2a4ae258f5c21ac2145e412176ea566f1
Author: Anuj Verma <anujv@iitbhilai.ac.in>
Commit: Werner Lemberg <wl@gnu.org>

    [sdf] Add 'sdf' module to non-gnumake build systems.
    
    * include/freetype/config/ftmodule.h: Add both the 'sfd' and 'bsfd'
    renderers to the list of modules.
    
    * CMakeLists.txt (BASE_SRCS): Add 'sdf' single-object module.
---
 CMakeLists.txt                     | 1 +
 ChangeLog                          | 9 +++++++++
 include/freetype/config/ftmodule.h | 2 ++
 3 files changed, 12 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ed55aa..f597794 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -347,6 +347,7 @@ set(BASE_SRCS
   src/pshinter/pshinter.c
   src/psnames/psnames.c
   src/raster/raster.c
+  src/sdf/sdf.c
   src/sfnt/sfnt.c
   src/smooth/smooth.c
   src/truetype/truetype.c
diff --git a/ChangeLog b/ChangeLog
index d433c8f..0f4ae93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2020-08-20  Anuj Verma  <anujv@iitbhilai.ac.in>
 
+       [sdf] Add 'sdf' module to non-gnumake build systems.
+
+       * include/freetype/config/ftmodule.h: Add both the 'sfd' and 'bsfd'
+       renderers to the list of modules.
+
+       * CMakeLists.txt (BASE_SRCS): Add 'sdf' single-object module.
+
+2020-08-20  Anuj Verma  <anujv@iitbhilai.ac.in>
+
        [sdf] Added basic overlapping contour support.
 
        * src/sdf/ftsdf.c (sdf_generate_with_overlaps): New function.
diff --git a/include/freetype/config/ftmodule.h 
b/include/freetype/config/ftmodule.h
index b5c4b1e..2b46009 100644
--- a/include/freetype/config/ftmodule.h
+++ b/include/freetype/config/ftmodule.h
@@ -26,5 +26,7 @@ FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class )
 FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
 FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
+FT_USE_MODULE( FT_Renderer_Class, ft_sdf_renderer_class )
+FT_USE_MODULE( FT_Renderer_Class, ft_bitmap_sdf_renderer_class )
 
 /* EOF */



reply via email to

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