freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master f02ed6b: * src/ftbench.1: Improve.


From: Werner LEMBERG
Subject: [freetype2-demos] master f02ed6b: * src/ftbench.1: Improve.
Date: Fri, 16 Sep 2016 05:20:15 +0000 (UTC)

branch: master
commit f02ed6b0ba18ce5d99bb0f29311e00bfa19bb61e
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    * src/ftbench.1: Improve.
---
 ChangeLog     |    4 ++++
 src/ftbench.1 |   28 ++++++++++++++++++----------
 2 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c80773e..b0b712a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-16  Werner Lemberg  <address@hidden>
+
+       * src/ftbench.1: Improve.
+
 2016-09-08  Werner Lemberg  <address@hidden>
 
        * Version 2.7 released.
diff --git a/src/ftbench.1 b/src/ftbench.1
index db89d29..29013a3 100644
--- a/src/ftbench.1
+++ b/src/ftbench.1
@@ -66,9 +66,9 @@ without an argument to get the actual list.
 .
 .TP
 .BI \-i \ idx
-Start with index
+Start with glyph index
 .I idx
-(default is 0).
+(default is 0, which means to process all glyphs).
 .
 .TP
 .BI \-m \ m
@@ -78,7 +78,10 @@ KiByte (default is 1024).
 .
 .TP
 .B \-p
-Preload font file in memory.
+Preload font file in memory (this is, testing
+.B FT_New_Memory_Face
+instead of
+.BR FT_New_Face ).
 .
 .TP
 .BI \-r \ n
@@ -129,16 +132,16 @@ Perform chosen tests:
 .TS
 tab (@);
 rB l.
address@hidden a glyph (FT_Load_Glyph)
address@hidden glyphs (FT_Load_Glyph)
 address@hidden advance widths (FT_Get_Advances)
address@hidden a glyph (FT_Render_Glyph)
address@hidden a glyph (FT_Get_Glyph)
address@hidden glyph cbox (FT_Glyph_Get_CBox)
address@hidden glyphs (FT_Render_Glyph)
address@hidden glyphs (FT_Get_Glyph)
address@hidden glyph cboxes (FT_Glyph_Get_CBox)
 address@hidden glyph indices (FT_Get_Char_Index)
 address@hidden CMap (FT_Get_{First,Next}_Char)
address@hidden a new face (FT_New_Face)
address@hidden (FT_GlyphSlot_Embolden)
address@hidden glyph bbox (FT_Outline_Get_BBox)
address@hidden a new face (FT_New_Face or FT_New_Memory_Face)
address@hidden glyphs (FT_GlyphSlot_Embolden)
address@hidden glyph bboxes (FT_Outline_Get_BBox)
 .TE
 .RE
 .
@@ -147,6 +150,11 @@ address@hidden glyph bbox (FT_Outline_Get_BBox)
 .BR abcdefghij ,
 this is, all tests).
 .
+.IP
+The number of used glyphs per test (within a single iteration) is given by
+option
+.BR \-i .
+.
 .TP
 .B \-v
 Show version.



reply via email to

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