freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-web][master] 2 commits: tutorial/step1.html: Imp


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype-web][master] 2 commits: tutorial/step1.html: Improve documentation of size objects.
Date: Sat, 24 Sep 2022 06:35:42 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType Website

Commits:

  • 7f0ad351
    by Werner Lemberg at 2022-09-24T08:29:58+02:00
    tutorial/step1.html: Improve documentation of size objects.
    
    >From Gary Townsend <garydtownsend@hotmail.com>.
    
  • b412c005
    by Werner Lemberg at 2022-09-24T08:34:55+02:00
    Fix some 'updated' dates.
    

4 changed files:

Changes:

  • developer.html
    ... ... @@ -331,7 +331,7 @@
    331 331
             <!-- ************************************************** -->
    
    332 332
     
    
    333 333
             <div class="updated">
    
    334
    -          <p>Last update: 16-Jan-2021</p>
    
    334
    +          <p>Last update: 25-Aug-2022</p>
    
    335 335
             </div>
    
    336 336
           </div>
    
    337 337
         </div>
    

  • freetype2/docs/design/design-4.html
    ... ... @@ -305,7 +305,7 @@ FT_Add_Module( FT_Library library,
    305 305
              <!-- ************************************************** -->
    
    306 306
     
    
    307 307
             <div class="updated">
    
    308
    -          <p>Last update: 13-Feb-2018</p>
    
    308
    +          <p>Last update: 27-Jan-2022</p>
    
    309 309
             </div>
    
    310 310
           </div>
    
    311 311
         </div>
    

  • freetype2/docs/glyphs/glyphs-5.html
    ... ... @@ -351,7 +351,7 @@
    351 351
             <!-- ************************************************** -->
    
    352 352
     
    
    353 353
             <div class="updated">
    
    354
    -          <p>Last update: 13-Feb-2018</p>
    
    354
    +          <p>Last update: 13-Jan-2022</p>
    
    355 355
             </div>
    
    356 356
           </div>
    
    357 357
         </div>
    

  • freetype2/docs/tutorial/step1.html
    ... ... @@ -366,10 +366,12 @@ if ( error ) { ... }</pre>
    366 366
               <p>FreeType&nbsp;2 uses <em>size objects</em> to model all
    
    367 367
                 information related to a given character size for a given
    
    368 368
                 face.  For example, a size object holds the value of
    
    369
    -            certain metrics like the ascender or text height,
    
    370
    -            expressed in 1/64th of a pixel, for a character size of
    
    371
    -            12&nbsp;points (however, those values are rounded to
    
    372
    -            integers, i.e., multiples of 64).</p>
    
    369
    +            certain metrics, such as <code>x_ppem</code>
    
    370
    +            and <code>y_ppem</code>, which are both expressed in
    
    371
    +            pixels, and the ascender, text height, and maximum
    
    372
    +            horizontal advance, which are each expressed in 1/64th of
    
    373
    +            a pixel (however, those values are rounded to integers,
    
    374
    +            i.e., multiples of 64).</p>
    
    373 375
     
    
    374 376
               <p>When the <code>FT_New_Face</code> function is called (or
    
    375 377
                 one of its siblings), it <em>automatically</em> creates a
    
    ... ... @@ -1001,7 +1003,7 @@ for ( n = 0; n &lt; num_chars; n++ )
    1001 1003
             <!-- ************************************************** -->
    
    1002 1004
     
    
    1003 1005
             <div class="updated">
    
    1004
    -          <p>Last update: 13-Feb-2018</p>
    
    1006
    +          <p>Last update: 24-Sep-2022</p>
    
    1005 1007
             </div>
    
    1006 1008
           </div>
    
    1007 1009
         </div>
    


  • reply via email to

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