freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-web][master] docs/glyphs/*: Fix typos.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype-web][master] docs/glyphs/*: Fix typos.
Date: Mon, 24 Oct 2022 04:36:39 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType Website

Commits:

  • f813810e
    by Ivan Panchenko at 2022-10-24T06:33:33+02:00
    docs/glyphs/*: Fix typos.
    

5 changed files:

Changes:

  • freetype2/docs/glyphs/glyphs-1.html
    ... ... @@ -102,7 +102,7 @@
    102 102
                 face is called a <em>font collection</em>.  This case is
    
    103 103
                 rather rare but can be seen in many Asian fonts, which
    
    104 104
                 contain images for two or more representation forms of a
    
    105
    -            given scripts (usually for horizontal and vertical
    
    105
    +            given script (usually for horizontal and vertical
    
    106 106
                 layout).</p>
    
    107 107
     
    
    108 108
     
    
    ... ... @@ -171,7 +171,7 @@
    171 171
             <!-- ************************************************** -->
    
    172 172
     
    
    173 173
             <div class="updated">
    
    174
    -          <p>Last update: 13-Feb-2018</p>
    
    174
    +          <p>Last update: 23-Oct-2022</p>
    
    175 175
             </div>
    
    176 176
           </div>
    
    177 177
         </div>
    

  • freetype2/docs/glyphs/glyphs-2.html
    ... ... @@ -82,7 +82,7 @@
    82 82
               <p>As a consequence, the size of text is usually given in
    
    83 83
                 <em>points</em>, rather than device-specific pixels.
    
    84 84
                 Points are a <em>physical</em> unit, where 1&nbsp;point
    
    85
    -            equals 1/72th of an inch in digital typography.  As an
    
    85
    +            equals 1/72 of an inch in digital typography.  As an
    
    86 86
                 example, most books using the Latin script are printed
    
    87 87
                 with a body text size somewhere between 10 and
    
    88 88
                 14&nbsp;points.</p>
    
    ... ... @@ -135,7 +135,7 @@
    135 135
                 -32768 to&nbsp;32767.  (Even though point coordinates can
    
    136 136
                 be floats in other formats such as Type&nbsp;1, we will
    
    137 137
                 restrict our analysis to integer values for
    
    138
    -            simplicity).</p>
    
    138
    +            simplicity.)</p>
    
    139 139
     
    
    140 140
               <p><em>The grid is always oriented like the traditional
    
    141 141
                   mathematical two-dimensional plane, i.e.,
    
    ... ... @@ -378,7 +378,7 @@
    378 378
             <!-- ************************************************** -->
    
    379 379
     
    
    380 380
             <div class="updated">
    
    381
    -          <p>Last update: 06-Oct-2022</p>
    
    381
    +          <p>Last update: 23-Oct-2022</p>
    
    382 382
             </div>
    
    383 383
           </div>
    
    384 384
         </div>
    

  • freetype2/docs/glyphs/glyphs-5.html
    ... ... @@ -54,7 +54,7 @@
    54 54
             <div id="text-processing">
    
    55 55
               <h2>V. Text Processing</h2>
    
    56 56
     
    
    57
    -          <p>This section demonstrate algorithms which use the
    
    57
    +          <p>This section demonstrates algorithms which use the
    
    58 58
                 concepts previously defined to render text, whatever
    
    59 59
                 layout you use.  It assumes <em>simple</em> text handling
    
    60 60
                 suitable for scripts like Latin or Cyrillic, using a
    
    ... ... @@ -132,7 +132,7 @@
    132 132
                 </li>
    
    133 133
               </ul>
    
    134 134
     
    
    135
    -          <p>Here an improved version of the algorithm:</p>
    
    135
    +          <p>Here is an improved version of the algorithm:</p>
    
    136 136
     
    
    137 137
               <ol class="algorithm">
    
    138 138
                 <li>
    
    ... ... @@ -351,7 +351,7 @@
    351 351
             <!-- ************************************************** -->
    
    352 352
     
    
    353 353
             <div class="updated">
    
    354
    -          <p>Last update: 13-Jan-2022</p>
    
    354
    +          <p>Last update: 23-Oct-2022</p>
    
    355 355
             </div>
    
    356 356
           </div>
    
    357 357
         </div>
    

  • freetype2/docs/glyphs/glyphs-6.html
    ... ... @@ -73,7 +73,7 @@
    73 73
     
    
    74 74
               <p>Each arc is described through a series of start, end, and
    
    75 75
                 control points.  Each point of the outline has a specific
    
    76
    -            tag which indicates whether it is describes a line segment
    
    76
    +            tag which indicates whether it describes a line segment
    
    77 77
                 or an arc.  The tags can take the following values:</p>
    
    78 78
     
    
    79 79
               <table>
    
    ... ... @@ -259,7 +259,7 @@
    259 259
               <p>Here, <code>points</code> is a pointer to an array of
    
    260 260
                 <a href="">"../reference/ft2-basic_types.html#ft_vector"><code>FT_Vector</code></a>
    
    261 261
                 records, used to store the vectorial coordinates of each
    
    262
    -            outline point.  These are expressed in 1/64th of a pixel,
    
    262
    +            outline point.  These are expressed in 1/64 of a pixel,
    
    263 263
                 which is also known as the <em>26.6&nbsp;fixed-point
    
    264 264
                 format</em>.</p>
    
    265 265
     
    
    ... ... @@ -353,7 +353,7 @@
    353 353
                 grid-fitting</h3>
    
    354 354
     
    
    355 355
               <p>An outline point's vectorial coordinates are expressed in
    
    356
    -            the 26.6&nbsp;format, i.e., in 1/64th of a pixel, hence the
    
    356
    +            the 26.6&nbsp;format, i.e., in 1/64 of a pixel, hence the
    
    357 357
                 coordinates &lsquo;(1.0,-2.5)&rsquo; is stored as the
    
    358 358
                 integer pair &lsquo;(64,-160)&rsquo;, to name an
    
    359 359
                 example.</p>
    
    ... ... @@ -434,7 +434,7 @@ height = (ymax - ymin)/64</pre>
    434 434
             <!-- ************************************************** -->
    
    435 435
     
    
    436 436
             <div class="updated">
    
    437
    -          <p>Last update: 07-Oct-2022</p>
    
    437
    +          <p>Last update: 23-Oct-2022</p>
    
    438 438
             </div>
    
    439 439
           </div>
    
    440 440
         </div>
    

  • freetype2/docs/glyphs/glyphs-7.html
    ... ... @@ -179,7 +179,7 @@
    179 179
     
    
    180 180
     	  <p>Remember that FreeType uses the <em>Y&nbsp;upwards</em>
    
    181 181
     	    convention in the 2D plane, which means that a coordinate
    
    182
    -	    of (0,&nbsp;0) always refer to the <em>lower-left
    
    182
    +	    of (0,&nbsp;0) always refers to the <em>lower-left
    
    183 183
     	    corner</em> of a bitmap.</p>
    
    184 184
     
    
    185 185
     	  <p>If the pitch is positive, the rows are stored in
    
    ... ... @@ -232,7 +232,7 @@
    232 232
                   <p>The glyph loader and hinter always places the outline
    
    233 233
     		in the 2D plane so that (0,&nbsp;0) matches its
    
    234 234
     		character origin.  This means that the glyph's outline
    
    235
    -		(and corresponding bounding box), can be placed
    
    235
    +		(and corresponding bounding box) can be placed
    
    236 236
     		anywhere in the 2D plane (see the graphics in
    
    237 237
     		section&nbsp;III).</p>
    
    238 238
     	    </li>
    
    ... ... @@ -330,7 +330,7 @@
    330 330
             <!-- ************************************************** -->
    
    331 331
     
    
    332 332
             <div class="updated">
    
    333
    -          <p>Last update: 10-Oct-2022</p>
    
    333
    +          <p>Last update: 23-Oct-2022</p>
    
    334 334
             </div>
    
    335 335
           </div>
    
    336 336
         </div>
    


  • reply via email to

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