]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/pango-font.cc (pango_item_string_stencil): use
authorhanwen <hanwen>
Thu, 30 Mar 2006 17:24:32 +0000 (17:24 +0000)
committerhanwen <hanwen>
Thu, 30 Mar 2006 17:24:32 +0000 (17:24 +0000)
scm_from_uint32 ()

* lily/pango-font.cc (pango_item_string_stencil): only use uXXX
glyphnames if we have a ttf font.

ChangeLog
lily/pango-font.cc

index 3844774ef2c52c2a65b2863c6e1ede0fe598ddde..b35223412d827080ae28749dcecef674f536057a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * lily/pango-font.cc (pango_item_string_stencil): use
+       scm_from_uint32 ()
+
        * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
        $(outdir)/emmentaler-%.svg): remove canary.
 
index f6f42536898779eeccd73070b6a57e62d398a147..2ea4852ed3b751c401419d2893f414540926d709 100644 (file)
@@ -172,7 +172,7 @@ Pango_font::pango_item_string_stencil (PangoItem const *item, string str) const
            CID entry
          */
          cid_keyed = true;
-         char_id = scm_from_int (pg);
+         char_id = scm_from_uint32 (pg);
        }
       else
        char_id = scm_makfrom0str (glyph_name);