From cd42c54c9e5bec2cec720df215260925daab4b24 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 26 Aug 2005 08:40:19 +0000 Subject: [PATCH] * lily/pango-font.cc (pango_item_string_stencil): make Mingw code 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 | 8 -------- THANKS | 1 - lily/pango-font.cc | 1 - 3 files changed, 10 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index fdc89c82ec..05d533d416 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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 ce2c11aa29..a002a19844 100644 --- a/THANKS +++ b/THANKS @@ -21,7 +21,6 @@ Yoshinobu Ishizaki SPONSORS -Aaron Mehl Jay Hamilton Jamie Bullock D. Josiah Boothby diff --git a/lily/pango-font.cc b/lily/pango-font.cc index fa81770fce..0bf15d4925 100644 --- a/lily/pango-font.cc +++ b/lily/pango-font.cc @@ -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 ()) { -- 2.39.5