Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarafei Praliaskouski <komzpa@mapswith.me>2013-07-01 18:01:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:39 +0300
commit219a3e0c29d52b5c63dceeb54d470b7b401251e1 (patch)
tree61a50ba5585f1d88f96d0dd3f5910438e9baa376 /graphics/text_path.hpp
parent6e1a65baba384dda63ae23c4767c025cf79abf2b (diff)
[graphics] text on path
Diffstat (limited to 'graphics/text_path.hpp')
-rw-r--r--graphics/text_path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/text_path.hpp b/graphics/text_path.hpp
index 5d8449a2ca..e2bd1c48e5 100644
--- a/graphics/text_path.hpp
+++ b/graphics/text_path.hpp
@@ -38,7 +38,7 @@ namespace graphics
bool isReverse() const;
PathPoint const offsetPoint(PathPoint const & pp, double offset) const;
- PivotPoint findPivotPoint(PathPoint const & pp, GlyphMetrics const & sym, double kern) const;
+ PivotPoint findPivotPoint(PathPoint const & pp, GlyphMetrics const & sym) const;
PathPoint const front() const;
};