~ubuntu-branches/ubuntu/trusty/mapnik/trusty

« back to all changes in this revision

Viewing changes to src/cairo_renderer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2010-03-18 01:07:40 UTC
  • mfrom: (1.1.4 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100318010740-u01iy3n0ux9xzzir
Tags: 0.7.0-2ubuntu1
* Merge from debian testing (LP: #526070), remaining changes:
  - Bump boost build-dep and libmapnik-dev depends to boost1.40

Show diffs side-by-side

added added

removed removed

Lines of Context:
1006
1006
      typedef coord_transform2<CoordTransform,geometry2d> path_type;
1007
1007
 
1008
1008
      UnicodeString text = feature[sym.get_name()].to_unicode();
 
1009
      if ( sym.get_text_convert() == TOUPPER)
 
1010
      {
 
1011
         text = text.toUpper();
 
1012
      }
 
1013
      else if ( sym.get_text_convert() == TOLOWER)
 
1014
      {
 
1015
         text = text.toLower();
 
1016
      }
1009
1017
 
1010
1018
      if (text.length() > 0)
1011
1019
      {