freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] * man/ftbench.1, man/ftview.1: Im


From: Werner Lemberg
Subject: [Git][freetype/freetype-demos][master] * man/ftbench.1, man/ftview.1: Improve line breaking.
Date: Fri, 26 Mar 2021 21:16:55 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType Demo Programs

Commits:

3 changed files:

Changes:

  • ChangeLog
    1
    +2021-03-26  Werner Lemberg  <wl@gnu.org>
    
    2
    +
    
    3
    +	* man/ftbench.1, man/ftview.1: Improve line breaking.
    
    4
    +
    
    1 5
     2021-03-24  orbea  <orbea@riseup.net>
    
    2 6
     
    
    3 7
     	* Makefile, mac/Makefile (LINK_CMD): Don't hard-code `libtool`.
    

  • man/ftbench.1
    ... ... @@ -78,7 +78,7 @@ Use
    78 78
     (not decimal) number
    
    79 79
     .I l
    
    80 80
     as load flags (see the
    
    81
    -.RB ` FT_LOAD_XXX '
    
    81
    +.RB ` \%FT_\:LOAD_\:XXX '
    
    82 82
     macros in the FreeType reference).
    
    83 83
     .
    
    84 84
     .TP
    
    ... ... @@ -113,9 +113,9 @@ KiByte (default is 1024).
    113 113
     .TP
    
    114 114
     .B \-p
    
    115 115
     Preload font file in memory (this is, testing
    
    116
    -.B FT_New_Memory_Face
    
    116
    +.B \%FT_\:New_\:Memory_\:Face
    
    117 117
     instead of
    
    118
    -.BR FT_New_Face ).
    
    118
    +.BR \%FT_\:New_\:Face ).
    
    119 119
     .
    
    120 120
     .TP
    
    121 121
     .BI \-r \ n
    
    ... ... @@ -137,7 +137,7 @@ rB l.
    137 137
     .IP
    
    138 138
     (default is 0).
    
    139 139
     This corresponds to the values of the
    
    140
    -.RB ` FT_RENDER_MODE_XXX '
    
    140
    +.RB ` \%FT_\:RENDER_\:MODE_\:XXX '
    
    141 141
     flags.
    
    142 142
     .
    
    143 143
     .TP
    
    ... ... @@ -146,7 +146,7 @@ Use
    146 146
     .I s
    
    147 147
     ppem as face size (default is 10ppem).
    
    148 148
     If set to zero, don't call
    
    149
    -.BR FT_Set_Pixel_Sizes .
    
    149
    +.BR \%FT_\:Set_\:Pixel_\:Sizes .
    
    150 150
     Use value\ 0 with option
    
    151 151
     .RB ` "-f\ 1" '
    
    152 152
     or something similar to load the glyphs unscaled,
    

  • man/ftview.1
    ... ... @@ -85,13 +85,13 @@ Set start-up rendering mode (0 <=
    85 85
     .BI \-L \ W1 , W2 , W3 , W4 , W5
    
    86 86
     If there are five arguments, set LCD filter weights (as specified in
    
    87 87
     function
    
    88
    -.BR FT_Library_SetLcdFilterWeights ).
    
    88
    +.BR \%FT_\:Library_\:SetLcdFilterWeights ).
    
    89 89
     .
    
    90 90
     .TP
    
    91 91
     .BI \-L \ G1 , G2 , G3 , G4 , G5 , G6
    
    92 92
     If there are six arguments, set the subpixel geometry (as specified in
    
    93 93
     function
    
    94
    -.BR FT_Library_SetLcdGeometry )
    
    94
    +.BR \%FT_\:Library_\:SetLcdGeometry )
    
    95 95
     depending on the implemented subpixel rendering method.
    
    96 96
     .
    
    97 97
     .TP
    


  • reply via email to

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