entry if cmap contains glyph.
(get_index_to_charcode_map): remove from Pango_font class, use
global filename -> font mapping.
(get_glyph_index_name): new function.
(pango_item_string_stencil): use glyphIndexXXXX as glyph name,
only for TTF.
(c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
*/
+#include "music.hh"
+
#include "duration.hh"
#include "warn.hh"
-#include "music.hh"
#include "pitch.hh"
-
LY_DEFINE (ly_music_length, "ly:music-length",
1, 0, 0, (SCM mus),
"Get the length of music expression @var{mus}, and return as a @code{Moment} object.")
cmap = get_index_to_charcode_map (file_name, ftface);
bool is_ttf = (file_name.find (".ttf") != NPOS
|| file_name.find (".TTF") != NPOS);
+
bool cid_keyed = false;
for (int i = 0; i < pgs->num_glyphs; i++)
{