~ubuntu-branches/ubuntu/vivid/birdfont/vivid

« back to all changes in this revision

Viewing changes to libbirdfont/OpenFontFormat/OpenFontFormatReader.vala

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2014-04-15 20:35:28 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20140415203528-evwq2mnksme9fv0t
Tags: upstream-0.37
ImportĀ upstreamĀ versionĀ 0.37

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
                unichar left, right;
157
157
                double kerning, units_per_em;
158
158
                uint npairs = 0;
159
 
                uint i = 0;
160
159
                
161
160
                try {
162
161
                        reader.parse_index (file_name);
190
189
                                        bf_kerning.append (@"$kerning".replace (",", "."));
191
190
                                        bf_kerning.append ("\" />\n");
192
191
                                }
193
 
                                
194
 
                                ++i;
195
 
                                ProgressBar.set_progress ((npairs - i) / (double) npairs);
 
192
                        
196
193
                                Tool.yield ();
197
194
                        }
198
195
                } catch (GLib.Error e) {