~ubuntu-branches/ubuntu/feisty/fontforge/feisty

« back to all changes in this revision

Viewing changes to debian/fontforge-patches/008_FigureFullMetricsEmptyFont.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-05 18:54:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060705185436-qrxysctdw8a1faiy
Tags: 0.0.20060430-1ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- fontforge-20051205/fontforge/tottf.c~       2005-12-02 00:59:23.000000000 +0000
2
 
+++ fontforge-20051205/fontforge/tottf.c        2006-04-06 17:33:03.000000000 +0100
3
 
@@ -575,7 +575,7 @@
4
 
 
5
 
     lasti = lastv = gi->gcnt-1;
6
 
     for ( i=gi->gcnt-1; i>3 && gi->bygid[i]==-1; --i );
7
 
-    if ( i!=2 ) {
8
 
+    if ( i>2 ) {
9
 
        width = sf->glyphs[gi->bygid[i]]->width;
10
 
        vwidth = sf->glyphs[gi->bygid[i]]->vwidth;
11
 
        lasti = lastv = i;