~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/widgets/font-selector.cpp

  • Committer: cilix42
  • Date: 2008-09-18 17:48:42 UTC
  • Revision ID: cilix42@users.sourceforge.net-20080918174842-1ad33a7d7gqhv2hq
Next roud of NR ==> Geom conversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
626
626
 
627
627
            font_instance *tface = fprev->rfont->daddy;
628
628
 
629
 
            double theSize = NR::expansion(fprev->rfont->style.transform);
 
629
            double theSize = fprev->rfont->style.transform.descrim();
630
630
 
631
631
            gchar const *p;
632
632
            if (fprev->phrase) {