From 931bf4ce262397a294c05327804fa4f3fc701275 Mon Sep 17 00:00:00 2001 From: herm Date: Sun, 12 Aug 2012 06:31:11 -0700 Subject: [PATCH] HarfBuzz --- TextSymbolizer.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TextSymbolizer.md b/TextSymbolizer.md index c73dfbe..c2ba8cd 100644 --- a/TextSymbolizer.md +++ b/TextSymbolizer.md @@ -151,4 +151,8 @@ This change was made to be forward compatible with changes to text formatting be ## New features in HarfBuzz branch * upright="auto/left/right" (See table above) * dx is also used for line placements -* Multi-line support for line placements \ No newline at end of file +* Multi-line support for line placements +* New parameter ``rotate_displacement="yes/no"`` +* justify-alignment, vertical-alignment, text-ratio, wrap-width, wrap-before supported for line placements +* Line offsets are real offsets instead of fake offsets imitated by calculating the average angle +* If dy!="0" you have to set vertical-alignment="middle" to get the same behavior as in previous versions. \ No newline at end of file