コード例 #1
0
ファイル: playout.cpp プロジェクト: icu-project/icu4c
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();
}
コード例 #2
0
ファイル: gfx_layout.cpp プロジェクト: newfang/OpenTTD
		const GlyphID *GetGlyphs() const     { return vr->getGlyphs(); }