freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 5652edd: Minor doc corrections.


From: Alexei Podtelezhnikov
Subject: [freetype2-demos] master 5652edd: Minor doc corrections.
Date: Tue, 08 Dec 2015 03:40:31 +0000

branch: master
commit 5652edd9fcc3ad02a087e0f1f6ccfeab2eba6609
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    Minor doc corrections.
---
 graph/graph.h    |    8 ++++----
 graph/grdevice.c |    4 ++--
 graph/grfont.c   |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/graph/graph.h b/graph/graph.h
index d8a2f97..27eec00 100644
--- a/graph/graph.h
+++ b/graph/graph.h
@@ -235,7 +235,7 @@
   *    grWriteCellChar
   *
   * <Description>
-  *    The graphics sub-system contains an internal Latin1 8x8 font
+  *    The graphics sub-system contains an internal CP437 8x8 font
   *    which can be used to display simple strings of text without
   *    using FreeType.
   *
@@ -264,7 +264,7 @@
   *    grWriteCellString
   *
   * <Description>
-  *    The graphics sub-system contains an internal Latin1 8x8 font
+  *    The graphics sub-system contains an internal CP437 8x8 font
   *    which can be used to display simple strings of text without
   *    using FreeType.
   *
@@ -571,7 +571,7 @@
   *    This function is equivalent to calling grWriteCellChar on the
   *    surface's bitmap, then invoking grRefreshRectangle.
   *
-  *    The graphics sub-system contains an internal Latin1 8x8 font
+  *    The graphics sub-system contains an internal CP437 8x8 font
   *    which can be used to display simple strings of text without
   *    using FreeType.
   *
@@ -603,7 +603,7 @@
   *    This function is equivalent to calling grWriteCellString on the
   *    surface's bitmap, then invoking grRefreshRectangle.
   *
-  *    The graphics sub-system contains an internal Latin1 8x8 font
+  *    The graphics sub-system contains an internal CP437 8x8 font
   *    which can be used to display simple strings of text without
   *    using FreeType.
   *
diff --git a/graph/grdevice.c b/graph/grdevice.c
index 82872e2..ebd9dc6 100644
--- a/graph/grdevice.c
+++ b/graph/grdevice.c
@@ -215,7 +215,7 @@
   *    This function is equivalent to calling grWriteCellChar on the
   *    surface's bitmap, then invoking grRefreshRectangle.
   *
-  *    The graphics sub-system contains an internal Latin1 8x8 font
+  *    The graphics sub-system contains an internal CP437 8x8 font
   *    which can be used to display simple strings of text without
   *    using FreeType.
   *
@@ -252,7 +252,7 @@
   *    This function is equivalent to calling grWriteCellString on the
   *    surface's bitmap, then invoking grRefreshRectangle.
   *
-  *    The graphics sub-system contains an internal Latin1 8x8 font
+  *    The graphics sub-system contains an internal CP437 8x8 font
   *    which can be used to display simple strings of text without
   *    using FreeType.
   *
diff --git a/graph/grfont.c b/graph/grfont.c
index 50e7618..50ed47e 100644
--- a/graph/grfont.c
+++ b/graph/grfont.c
@@ -4,7 +4,7 @@
 #include <string.h>
 
 
-  /* font characters */
+  /* internal CP437 8x8 font characters */
 
   const unsigned char  font_8x8[2048] =
   {



reply via email to

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