minor improvements, copyright years
This commit is contained in:
parent
6cb2faa845
commit
9b9d3349b2
11
ChangeLog
11
ChangeLog
|
@ -1,11 +1,10 @@
|
|||
2008-02-21 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
* src/base/ftmac.c: Fix a bug of PostScript font name synthesis
|
||||
in parse_fond(). For any face of a specified FOND, always the
|
||||
name for the first face was used. Except of a FOND that refers
|
||||
multiple Type1 font files, wrong synthesized font names are not
|
||||
used at all, so this is invisible bug. A few limit checks are
|
||||
added to parse_fond().
|
||||
* src/base/ftmac.c (parse_fond): Fix a bug of PostScript font name
|
||||
synthesis. For any face of a specified FOND, always the name for
|
||||
the first face was used. Except of a FOND that refers multiple
|
||||
Type1 font files, wrong synthesized font names are not used at all,
|
||||
so this is an invisible bug. A few limit checks are added too.
|
||||
|
||||
* builds/mac/ftmac.c: Ditto.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
/* Mac FOND support. Written by just@letterror.com. */
|
||||
/* Heavily Fixed by mpsuzuki, George Williams and Sean McBride */
|
||||
/* */
|
||||
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007 by */
|
||||
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */
|
||||
/* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||
/* */
|
||||
/* This file is part of the FreeType project, and may only be used, */
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
#
|
||||
# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 by
|
||||
# Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by
|
||||
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
||||
#
|
||||
# This file is part of the FreeType project, and may only be used, modified,
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/* This file is for Mac OS X only; see builds/mac/ftoldmac.c for */
|
||||
/* classic platforms built by MPW. */
|
||||
/* */
|
||||
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007 by */
|
||||
/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */
|
||||
/* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||
/* */
|
||||
/* This file is part of the FreeType project, and may only be used, */
|
||||
|
|
Loading…
Reference in New Issue