]> git.donarmstrong.com Git - lilypond.git/commitdiff
(make_index_to_charcode_map): remove debugging gobs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Oct 2006 10:24:04 +0000 (10:24 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Oct 2006 10:24:04 +0000 (10:24 +0000)
ChangeLog
lily/ttf.cc

index 3a700de36b0124f45f7cd0fe0b530b51c9b1e487..986174f39fafe657fc4ebf42486bf4711684bba3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-10-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * lily/ttf.cc (make_index_to_charcode_map): remove debugging gobs.
+
+       * VERSION (PACKAGE_NAME): release 2.9.26
+
        * buildscripts/output-distance.py (test_basic_compare): add
        multipage test.
        (FileLink.multi_img_cell): new function, glob multi-page png
index 4f2d6c8748f71db98ea33fb6ed1a7a0732c0aa8c..3c6370fd25317b488a48dd28e1075ab79a03dc21 100644 (file)
@@ -26,8 +26,7 @@ make_index_to_charcode_map (FT_Face face)
   FT_UInt gindex;
 
   FT_CharMap current_cmap = face->charmap;
-  //  FT_Select_Charmap(face, FT_ENCODING_UNICODE);
-  FT_Select_Charmap(face, FT_ENCODING_NONE);  
+  FT_Select_Charmap(face, FT_ENCODING_UNICODE);
 
   int j = 0;
   for (charcode = FT_Get_First_Char (face, &gindex); gindex != 0;