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

« back to all changes in this revision

Viewing changes to include/efont/t1csgen.hh

  • 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:
23
23
    void append_charstring(const String &);
24
24
 
25
25
    const Point &current_point(bool real) const { return (real ? _true : _false); }
26
 
    void gen_moveto(const Point &, bool closepath);
 
26
    void gen_moveto(const Point &, bool closepath, bool always);
27
27
 
28
28
    inline String take_string();
29
29
    Type1Charstring *output();