freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Comment typos.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] Comment typos.
Date: Mon, 25 Sep 2023 00:09:48 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • 49781ab7
    by Alexei Podtelezhnikov at 2023-09-24T20:09:17-04:00
    Comment typos.
    

2 changed files:

Changes:

  • src/base/ftstream.c
    ... ... @@ -830,7 +830,7 @@
    830 830
             goto Exit;
    
    831 831
           }
    
    832 832
     
    
    833
    -      /* now, compute the signed value is necessary */
    
    833
    +      /* now, compute the signed value if necessary */
    
    834 834
           if ( fields->value & FT_FRAME_OP_SIGNED )
    
    835 835
             value = (FT_ULong)( (FT_Int32)( value << sign_shift ) >> sign_shift );
    
    836 836
     
    

  • src/truetype/ttgload.c
    ... ... @@ -2313,7 +2313,7 @@
    2313 2313
            *
    
    2314 2314
            * 1) we have a `tricky' font that heavily relies on the interpreter to
    
    2315 2315
            *    render glyphs correctly, for example DFKai-SB, or
    
    2316
    -       * 2) FT_RENDER_MODE_MONO (i.e, monochome rendering) is requested.
    
    2316
    +       * 2) FT_RENDER_MODE_MONO (i.e, monochrome rendering) is requested.
    
    2317 2317
            *
    
    2318 2318
            * In those cases, backward compatibility needs to be turned off to get
    
    2319 2319
            * correct rendering.  The rendering is then completely up to the
    


  • reply via email to

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