freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 2b2ae2a: * src/ftcommon.c (FTDemo_Icon): Decrea


From: Alexei Podtelezhnikov
Subject: [freetype2-demos] master 2b2ae2a: * src/ftcommon.c (FTDemo_Icon): Decrease the glyph height.
Date: Mon, 19 Oct 2020 22:53:59 -0400 (EDT)

branch: master
commit 2b2ae2af9d638223e252184d82969b31162f15d1
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * src/ftcommon.c (FTDemo_Icon): Decrease the glyph height.
---
 ChangeLog      |  4 ++++
 src/ftcommon.c | 10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5437153..a862db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-19  Alexei Podtelezhnikov  <apodtele@gmail.com>
+
+       * src/ftcommon.c (FTDemo_Icon): Decrease the glyph height.
+
 2020-10-18  Alexei Podtelezhnikov  <apodtele@gmail.com>
 
        [graph/win32] Explicitly use BITMAPINFO.
diff --git a/src/ftcommon.c b/src/ftcommon.c
index 4451032..9f70378 100644
--- a/src/ftcommon.c
+++ b/src/ftcommon.c
@@ -598,12 +598,12 @@
   FTDemo_Icon( FTDemo_Handle*   handle,
                FTDemo_Display*  display )
   {
-    FT_Vector   p[] = { { 4, 4}, { 4, 6}, { 8, 8}, { 8,56}, { 4,58},
-                        { 4,60}, {60,60}, {60,48}, {58,48}, {56,56},
-                        {44,56}, {44, 8}, {48, 6}, {48, 4}, {32, 4},
-                        {32, 6}, {36, 8}, {36,56}, {16,56}, {16,36},
+    FT_Vector   p[] = { { 4, 8}, { 4,10}, { 8,12}, { 8,52}, { 4,54},
+                        { 4,56}, {60,56}, {60,44}, {58,44}, {56,52},
+                        {44,52}, {44,12}, {48,10}, {48, 8}, {32, 8},
+                        {32,10}, {36,12}, {36,52}, {16,52}, {16,36},
                         {24,36}, {26,40}, {28,40}, {28,28}, {26,28},
-                        {24,32}, {16,32}, {16, 8}, {20, 6}, {20, 4} };
+                        {24,32}, {16,32}, {16,12}, {20,10}, {20, 8} };
     char        t[] = { 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1,
                         1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1 };
     short       c[] = {29};



reply via email to

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