From: hanwen Date: Thu, 30 Mar 2006 17:24:32 +0000 (+0000) Subject: * lily/pango-font.cc (pango_item_string_stencil): use X-Git-Tag: release/2.8.2~9^2~143 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0dfd21db6ff1325abb59e9578f03abec66ed95ec;p=lilypond.git * lily/pango-font.cc (pango_item_string_stencil): use scm_from_uint32 () * lily/pango-font.cc (pango_item_string_stencil): only use uXXX glyphnames if we have a ttf font. --- diff --git a/ChangeLog b/ChangeLog index 3844774ef2..b35223412d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-30 Han-Wen Nienhuys + * lily/pango-font.cc (pango_item_string_stencil): use + scm_from_uint32 () + * mf/GNUmakefile ($(outdir)/emmentaler-%.otf $(outdir)/emmentaler-%.svg): remove canary. diff --git a/lily/pango-font.cc b/lily/pango-font.cc index f6f4253689..2ea4852ed3 100644 --- a/lily/pango-font.cc +++ b/lily/pango-font.cc @@ -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);