~ubuntu-branches/ubuntu/lucid/lcdf-typetools/lucid

« back to all changes in this revision

Viewing changes to otfinfo/otfinfo.cc

  • Committer: Bazaar Package Importer
  • Author(s): C.M. Connelly
  • Date: 2010-01-20 01:19:30 UTC
  • mfrom: (1.2.11 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100120011930-l2gn28dmguk4zgb5
Tags: 2.82-1
* New upstream release.
* otftotfm: Fixes em and ex measurements with TrueType fonts (from 2.81).
* otftotfm: Fixes handling of multiply encoded glyphs (glyphs in more
  than one slot).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* otfinfo.cc -- driver for reporting information about OpenType fonts
2
2
 *
3
 
 * Copyright (c) 2003-2009 Eddie Kohler
 
3
 * Copyright (c) 2003-2010 Eddie Kohler
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify it
6
6
 * under the terms of the GNU General Public License as published by the Free
537
537
 
538
538
          case VERSION_OPT:
539
539
            printf("otfinfo (LCDF typetools) %s\n", VERSION);
540
 
            printf("Copyright (C) 2003-2009 Eddie Kohler\n\
 
540
            printf("Copyright (C) 2003-2010 Eddie Kohler\n\
541
541
This is free software; see the source for copying conditions.\n\
542
542
There is NO warranty, not even for merchantability or fitness for a\n\
543
543
particular purpose.\n");