freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] Typos.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype-demos][master] Typos.
Date: Wed, 18 Jan 2023 15:02:03 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs

Commits:

  • f1d12d29
    by Alexei Podtelezhnikov at 2023-01-18T15:01:59+00:00
    Typos.

7 changed files:

Changes:

  • ChangeLog.old
    ... ... @@ -67,7 +67,7 @@
    67 67
     	[ftlint] Improve error reporting.
    
    68 68
     
    
    69 69
     	* src/ftlint.c (main): Decorate error messages.
    
    70
    -	(Error): Take a prefix message argumemt.
    
    70
    +	(Error): Take a prefix message argument.
    
    71 71
     
    
    72 72
     2021-06-20  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    73 73
     
    
    ... ... @@ -836,10 +836,10 @@
    836 836
     
    
    837 837
     	[ftgrid] Implement reversible floating zoom.
    
    838 838
     
    
    839
    -	The floating zoom is neccessary to display extremely large sizes
    
    839
    +	The floating zoom is necessary to display extremely large sizes
    
    840 840
     	after scaling them down, but it has to stay rounded to integers when
    
    841 841
     	displaying grids and bitmaps for small sizes. All this can be
    
    842
    -	achievied by truncating and bit-adjusting numbers in IEEE 754 format.
    
    842
    +	achieved by truncating and bit-adjusting numbers in IEEE 754 format.
    
    843 843
     	To make it portable too, we rely on C99 `frexpf' and `ldexpf'.
    
    844 844
     
    
    845 845
     	* src/ftgid.c (status): Change type of `scale'.
    
    ... ... @@ -1161,7 +1161,7 @@
    1161 1161
     	* graph/win32/grwin32.c (WM_RESIZE): New custom message.
    
    1162 1162
     	(gr_win32_surface_listen_event): Simplify and handle keystroke events
    
    1163 1163
     	and window resizing here.
    
    1164
    -	(grWin32Surface): Remove no longer neccessary fields.
    
    1164
    +	(grWin32Surface): Remove no longer necessary fields.
    
    1165 1165
     	(Message_Process): Handle WM_PAINT and post WN_RESIZE as needed.
    
    1166 1166
     
    
    1167 1167
     2020-05-26  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    ... ... @@ -1174,7 +1174,7 @@
    1174 1174
     
    
    1175 1175
     	* graph/grblit.c, graph/grdevice.c, graph/grdevice.h,
    
    1176 1176
     	graph/x11/grx11.c: s/unsigned long/size_t/
    
    1177
    -	* graph/grobjs.h: Ditto and inclide <stdlib.h>
    
    1177
    +	* graph/grobjs.h: Ditto and include <stdlib.h>
    
    1178 1178
     	* graph/grobjs.c (grAlloc): Ditto.
    
    1179 1179
     	(grNewBitmap): Handle zero height or width.
    
    1180 1180
     
    
    ... ... @@ -1187,7 +1187,7 @@
    1187 1187
     	[graph] Implement resizable GDI windows.
    
    1188 1188
     
    
    1189 1189
     	* graph/win32/grwin32.c (gr_win32_surface_resize): Implement resizing.
    
    1190
    -	(Nessage_Process): Add WM_SIZE handling.
    
    1190
    +	(Message_Process): Add WM_SIZE handling.
    
    1191 1191
     	(gr_win32_surface_init): Change window style and streamline.
    
    1192 1192
     
    
    1193 1193
     2020-05-21  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    ... ... @@ -1546,7 +1546,7 @@
    1546 1546
     	useful for batch processing without GUI.
    
    1547 1547
     
    
    1548 1548
     	* graph/batch/grbatch.[hc]: New implenetation files.
    
    1549
    -	* graph/batch/rules.mk: Makefile with unconditinal compilation.
    
    1549
    +	* graph/batch/rules.mk: Makefile with unconditional compilation.
    
    1550 1550
     	* graph/grinit.c (GR_INIT_DEVICE_CHAIN): Add the driver at the tail.
    
    1551 1551
     
    
    1552 1552
     2019-06-05  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    ... ... @@ -1568,7 +1568,7 @@
    1568 1568
     
    
    1569 1569
     	* Makefile: Compile with appropriate <ftoption.h> so that
    
    1570 1570
     	FT_CONFIG_OPTION_USE_PNG status is inherited from the library build
    
    1571
    -	and based on the libPNG avalability.
    
    1571
    +	and based on the libPNG availability.
    
    1572 1572
     
    
    1573 1573
     2019-06-01  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    1574 1574
     
    

  • README.meson
    ... ... @@ -26,9 +26,9 @@ methods *before* running `meson setup`:
    26 26
         your chosen URL and/or revision.
    
    27 27
     
    
    28 28
       - Alternatively,  create or  replace `subprojects/freetype2`  with a
    
    29
    -    symlink to or a copy of the FreeType2 source tree of your chosing.
    
    29
    +    symlink to or a copy of the FreeType source tree of your choosing.
    
    30 30
     
    
    31
    -In case meson  cloned FreeType already, and new commits were added  to
    
    31
    +In case meson cloned FreeType already,  and new commits were added  to
    
    32 32
     its git repository, say
    
    33 33
     
    
    34 34
       meson subprojects update
    
    ... ... @@ -98,7 +98,7 @@ was *not* already installed under `/opt`, one could do
    98 98
       rm -rf /opt/include/freetype2
    
    99 99
     
    
    100 100
     The `x86_64-linux-gnu` part  varies depending on the host  OS and used
    
    101
    -architecure.
    
    101
    +architecture.
    
    102 102
     
    
    103 103
     Note  that  by default  all  binaries  are  statically linked  to  the
    
    104 104
     FreeType library, which is useful for debugging.  It also ensures that
    

  • man/ftlint.1
    ... ... @@ -19,7 +19,7 @@ ftlint \- simple font tester
    19 19
     .B ftlint
    
    20 20
     opens the given font(s), loads and renders glyphs at the given ppem value.
    
    21 21
     For successfully rendered glyphs, it calculates the bitmap MD5 checksum
    
    22
    -for regression testing as well as horizonal (X) and vertical (Y) acutances
    
    22
    +for regression testing as well as horizontal (X) and vertical (Y) acutances
    
    23 23
     for quality assessment.  The acutance is equal to 2.0 for monochrome bitmap
    
    24 24
     fonts and approaches this value for hinted anti-aliased fonts.
    
    25 25
     .
    

  • man/ftmulti.1
    1
    -.TH FTMULTI 1 "May 2022" "Freetype 2.12.1"
    
    1
    +.TH FTMULTI 1 "May 2022" "FreeType 2.12.1"
    
    2 2
     .
    
    3 3
     .
    
    4 4
     .SH NAME
    

  • man/ftstring.1
    ... ... @@ -36,7 +36,7 @@ or `.pfm').
    36 36
     .PP
    
    37 37
     Besides the string,
    
    38 38
     .B ftstring
    
    39
    -also displays two stress test pattens sensitive to rendering flaws, such as
    
    39
    +also displays two stress test patterns sensitive to rendering flaws, such as
    
    40 40
     incorrect gamma settings.
    
    41 41
     Alternative text-carpeting and waterfall views are also available.
    
    42 42
     This program is part of the FreeType demos package.
    

  • src/ftdump.c
    ... ... @@ -107,7 +107,7 @@
    107 107
         fprintf( stderr,
    
    108 108
           "\n"
    
    109 109
           "ftdump: simple font dumper -- part of the FreeType project\n"
    
    110
    -      "-----------------------------------------------------------\n"
    
    110
    +      "----------------------------------------------------------\n"
    
    111 111
           "\n"
    
    112 112
           "Usage: %s [options] fontname\n"
    
    113 113
           "\n",
    

  • src/ttdebug.c
    ... ... @@ -2290,7 +2290,7 @@
    2290 2290
               printf( "\n" );
    
    2291 2291
               break;
    
    2292 2292
     
    
    2293
    -        /* Toggle between decimal and hexadimal integer format */
    
    2293
    +        /* Toggle between decimal and hexadecimal integer format */
    
    2294 2294
             case 'I':
    
    2295 2295
               use_hex = !use_hex;
    
    2296 2296
               printf( "Use %s format for displaying integers.\n",
    


  • reply via email to

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