13 May
                
                    2008
                
            
            
                13 May
                
                '08
                
            
            
            
        
    
                9:28 p.m.
            
        I am working on nr-arena-glyphs.cpp
there, at line 468: NRArenaGlyphs *g = NR_ARENA_GLYPHS(child);
g->glyph holds an integer (the glyph id).
As I understand it, there must be a mapping between a unicode char and its respective glyph id. How can I retrieve it?
Juca