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

« back to all changes in this revision

Viewing changes to libefont/t1cs.cc

  • Committer: Bazaar Package Importer
  • Author(s): C.M. Connelly
  • Date: 2007-09-03 02:03:46 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070903020346-08it23a8l1kbeawi
Tags: 2.66-1
* New upstream release.
* Update Standards-Version to 3.7.2.2 (no code changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
    matrix[1] = matrix[2] = matrix[4] = matrix[5] = 0;
340
340
}
341
341
 
 
342
int
 
343
CharstringProgram::units_per_em() const
 
344
{
 
345
    return 1000;
 
346
}
 
347
 
342
348
void
343
349
CharstringProgram::glyph_names(Vector<PermString> &gnames) const
344
350
{