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(); }
const GlyphID *GetGlyphs() const { return vr->getGlyphs(); }