]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/pango-font.cc (pango_item_string_stencil): make Mingw code
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Aug 2005 08:40:19 +0000 (08:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Aug 2005 08:40:19 +0000 (08:40 +0000)
standard. Remove #ifdef. Remove memleak.
(text_stencil): use text_dir to decide how to composite items.
(text_stencil): determine uniform text direction for the entire
string.

* THANKS: add Vicente & Trevor.

Documentation/topdocs/NEWS.tely
THANKS
lily/pango-font.cc

index fdc89c82ece3ba1605e9a201d0177745a8706966..05d533d416b51ce75f9f15d03d4fefe16d0a65d0 100644 (file)
@@ -47,14 +47,6 @@ This document is also available in @uref{NEWS.pdf,PDF}.
 @itemize @bullet
 
 
-@item
-The order of words in @code{\markup} commands may now be reversed by
-setting the @code{text-direction} property. This is useful for
-Right-to-Left languages like Hebrew.
-
-This feature was sponsored by Aaron Mehl.
-
-
 @item
 Texts over multi measure rests now stretch corresponding measure.
 
diff --git a/THANKS b/THANKS
index ce2c11aa29c5d40ae1f69f1075faf9d806f2e784..a002a198447412069854acca5aedeab6de980075 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -21,7 +21,6 @@ Yoshinobu Ishizaki
 
 SPONSORS
 
-Aaron Mehl
 Jay Hamilton
 Jamie Bullock
 D. Josiah Boothby
index fa81770fced9b893216d8f0fbebb472e0039ae75..0bf15d4925649c6d225808ff6a4e98c6cf6e653f 100644 (file)
@@ -240,7 +240,6 @@ Pango_font::text_stencil (String str) const
          dest.translate_axis (item_stencil.extent (X_AXIS)[RIGHT], X_AXIS);
        }
 
-      
 #if 0 /* Check extents.  */
       if (!item_stencil.extent_box ()[X_AXIS].is_empty ())
        {