Ejemplo n.º 1
0
U_CAPI const LEGlyphID * U_EXPORT2
pl_getVisualRunGlyphs(const pl_visualRun *run)
{
    ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;

    if (vr == NULL) {
        return NULL;
    }

    return vr->getGlyphs();
}
Ejemplo n.º 2
0
		const GlyphID *GetGlyphs() const     { return vr->getGlyphs(); }