From 41c3f00570245a84ded4c2cdff354cb97aa3e21c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 30 Mar 2006 17:24:32 +0000 Subject: [PATCH] * 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. --- ChangeLog | 3 +++ lily/pango-font.cc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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); -- 2.39.5