Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dwordlistparser.c461 int currentGlyphIndex = -1; in WordlistEscapedInputStringToParsedDataComplex() local
477 currentGlyphIndex++; in WordlistEscapedInputStringToParsedDataComplex()
513 out->currentGlyphIndex = currentGlyphIndex; in WordlistEscapedInputStringToParsedDataComplex()
527 out->currentGlyphIndex = currentGlyphIndex; in WordlistEscapedInputStringToParsedDataComplex()
H A Dwordlistparser.h85 int currentGlyphIndex; member
H A Dmetricsview.c185 MVSelectChar( mv, wll->currentGlyphIndex ); in selectUserChosenWordListGlyphs()
H A Dcharview.c12838 TRACE("selected v:%d xc:%s\n", wll->currentGlyphIndex, xc->name ); in CV_OnCharSelectorTextChanged()
12840 CVSwitchActiveSC( cv, xc, wll->currentGlyphIndex ); in CV_OnCharSelectorTextChanged()