* include/freetype/ttnameid.h: Correct a stupid typo which prevented
correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice). I am sorry for the inconvenience :-(.
This commit is contained in:
parent
29179a33ee
commit
ca3035ad4c
|
@ -1,3 +1,9 @@
|
|||
2001-03-04 Antoine Leca <Antoine.Leca@renault.fr>
|
||||
|
||||
* include/freetype/ttnameid.h: Correct a stupid typo which prevented
|
||||
correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice).
|
||||
I am sorry for the inconvenience :-(.
|
||||
|
||||
2001-03-04 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/autohint/ahtypes.h (AH_Hinter): Add elements
|
||||
|
@ -35,7 +41,7 @@
|
|||
the Type 1 glyph charstring (used by conversion programs).
|
||||
Submitted by Ha Shao <hashao@chinese.com>.
|
||||
|
||||
2001-02-22 David Turner <david.turner@freetype.org>
|
||||
2001-02-22 David Turner <david.turner@freetype.org>
|
||||
|
||||
* src/base/ftgrays.c (grays_sweep): The function didn't exit
|
||||
immediately if `num_cells' was 0 as it should. Thanks to Boris for
|
||||
|
|
|
@ -517,7 +517,7 @@ FT_BEGIN_HEADER
|
|||
/* language codes from 0x0466 to 0x0471 are unknown. */
|
||||
#define TT_MS_LANGID_OROMO_ETHIOPIA 0x0472
|
||||
#define TT_MS_LANGID_TIGRIGNA_ETHIOPIA 0x0473
|
||||
#define TT_MS_LANGID_TIGRIGNA_ETHIOPIA 0x0873
|
||||
#define TT_MS_LANGID_TIGRIGNA_ERYTHREA 0x0873
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue