Home
last modified time | relevance | path

Searched refs:__FontViewCreate (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dfontview.c6950 static FontView *__FontViewCreate(SplineFont *sf) { in __FontViewCreate() function
7129 FontView *fv = (FontView *) __FontViewCreate(sf); in FontView_Create()
7333 (FontViewBase *(*)(SplineFont *)) __FontViewCreate,
7443 kf->first_fv = __FontViewCreate(kf->sf); kf->first_fv->b.container = (struct fvcontainer *) kf; in KFFontViewInits()
7444 … kf->second_fv = __FontViewCreate(kf->sf); kf->second_fv->b.container = (struct fvcontainer *) kf; in KFFontViewInits()
7737 gs.fv = __FontViewCreate(sf); in GlyphSetFromSelection()