Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DMapLine.cpp34 : _sfd(0), _fontindex(0), _slant(0), _bold(0), _extend(1) in MapLine()
192 if (!ir.parseInt(_fontindex, false)) in parseDVIPDFMLine()
233 _fontindex = ir.getInt(); // font index of file with multiple fonts in parseFilenameOptions()
237 _fontindex = 0; in parseFilenameOptions()
H A DMapLine.h47 int fontindex () const {return _fontindex;} in fontindex()
67 int _fontindex; ///< font index of file with multiple fonts (e.g. ttc files) variable