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

« back to all changes in this revision

Viewing changes to include/efont/otfgsub.hh

  • 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:
175
175
    inline Glyph *right_glyphptr();
176
176
    inline const Glyph *right_glyphptr() const;
177
177
 
178
 
    bool all_in_glyphs(Vector<Glyph> &) const;
179
 
    bool all_out_glyphs(Vector<Glyph> &) const;
 
178
    bool all_in_glyphs(Vector<Glyph> &gs) const;
 
179
    bool all_out_glyphs(Vector<Glyph> &gs) const;
180
180
 
181
181
    // alter
182
182
    void add_outer_left(Glyph);