scm_from_uint32 ()
* lily/pango-font.cc (pango_item_string_stencil): only use uXXX
glyphnames if we have a ttf font.
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.
CID entry
*/
cid_keyed = true;
- char_id = scm_from_int (pg);
+ char_id = scm_from_uint32 (pg);
}
else
char_id = scm_makfrom0str (glyph_name);