Commit 0fd8c2f1be693616f19f2f1526369874763d6cf6

Behdad Esfahbod 2011-05-12T15:14:13

[API] Make get_glyph() callback return a boolean We need to know whether the glyph exists, so we can fallback to composing / decomposing. Assuming that glyph==0 means "doesn't exist" wouldn't work for applications like Pango that want to use different "doesn't exist" glyph codes for different characters. An explicit return value fixes that.