Home
last modified time | relevance | path

Searched refs:fontindex (Results 1 – 25 of 93) sorted by relevance

1234

/dports/math/R/R-4.1.2/src/library/graphics/R/
H A Dstrwidth.R24 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
35 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
H A Dtext.R33 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
H A Dcontour.R65 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
/dports/math/libRmath/R-4.1.1/src/library/graphics/R/
H A Dstrwidth.R24 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
35 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
H A Dtext.R33 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
H A Dcontour.R65 fontindex = pmatch(vfont[2L], Hershey$fontindex)) globalVar
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DFontManager.cpp150 static Font* create_font (const string &filename, const string &fontname, int fontindex, UInt32 che… in create_font() argument
162 return PhysicalFont::create(fontname, fontindex, checksum, dsize, ssize); in create_font()
194 int fontindex = 0; in registerFont() local
198 fontindex = map_entry->fontindex; in registerFont()
202 newfont = create_font(filename, name, fontindex, checksum, dsize, ssize); in registerFont()
207 newfont = create_font(filename+"."+*p, name, fontindex, checksum, dsize, ssize); in registerFont()
H A DFont.cpp186 Font* PhysicalFont::create (string name, int fontindex, UInt32 checksum, double dsize, double ssize… in create() argument
187 return new PhysicalFontImpl(name, fontindex, checksum, dsize, ssize, PhysicalFont::TTC); in create()
462 PhysicalFontImpl::PhysicalFontImpl (string name, int fontindex, UInt32 cs, double ds, double ss, Ph… in PhysicalFontImpl() argument
464 …_filetype(type), _fontIndex(fontindex), _fontMapEntry(Font::fontMapEntry()), _encodingPair(Font::e… in PhysicalFontImpl()
H A DMapLine.h47 int fontindex () const {return _fontindex;} in fontindex() function
H A DFontEngine.h74 bool setFont (const std::string &fname, int fontindex, const CharMapID &charmapID);
/dports/graphics/ftgl/ftgl-2.4.0/demo/
H A Dsimple.cpp42 static int fontindex = 0; variable
143 font[fontindex]->Render("Hello FTGL!"); in RenderScene()
173 fontindex = (fontindex + 1) % 3; in ProcessKeys()
H A Dc-demo.c42 static int fontindex = 0; variable
152 ftglRenderFont(font[fontindex], "Hello FTGL!", FTGL_RENDER_ALL); in RenderScene()
184 fontindex = (fontindex + 1) % 3; in ProcessKeys()
/dports/graphics/Coin/coin-Coin-4.0.0/src/fonts/
H A Dfontlib_wrapper.cpp134 int fontindex; member
156 f->fontindex, f->refcount); in dump_cc_flw_font()
330 if (fs->fontindex == font) break; in fontstruct_rmfont()
353 if (fs->fontindex == fontidx) break; in flw_fontidx2fontptr()
383 fs->fontindex, fs->refcount); in flw_exit()
386 fontstruct_rmfont(fs->fontindex); in flw_exit()
461 return fs->fontindex; in flw_find_font()
478 if (fs->fontindex == fontid) { in cc_flw_ref_font()
498 if (fs->fontindex == fontid) { in cc_flw_unref_font()
570 fs->fontindex = flw_global_font_index++; in cc_flw_get_font_id()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/postscript/tr2post/
H A DreadDESC.c49 int fontindex = 0; in readDESC() local
91 fontindex = 0; in readDESC()
93 mountfont(++fontindex, token); in readDESC()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfform.h222 int fontindex, double fontsize,
252 int fontindex, double fontsize,
343 int fontindex, double fontsize,
/dports/games/etracer/etr-0.8.1/src/
H A Dfont.cpp104 fontindex.clear(); in Clear()
118 fontindex[name] = fonts.size()-1; in LoadFont()
147 return fontindex.at(name); in GetFontIdx()
162 curr_font = (int)fontindex[fontname]; in SetFont()
/dports/math/R/R-4.1.2/src/library/grDevices/man/
H A DHershey.Rd61 (e.g., \code{serif} or \code{sans serif}) and a fontindex or
64 specifies the fontindex. The first table produced by
68 The available \code{typeface} and \code{fontindex} values are
70 The allowed pairs for \code{(typeface, fontindex)} are:
158 fontindex. Alternatively they can be specified via an octal code
163 Cyrillic has to be selected via a \code{("serif", fontindex)} pair
175 fontindex, these characters can be produced by a \emph{pair} of octal
/dports/math/libRmath/R-4.1.1/src/library/grDevices/man/
H A DHershey.Rd61 (e.g., \code{serif} or \code{sans serif}) and a fontindex or
64 specifies the fontindex. The first table produced by
68 The available \code{typeface} and \code{fontindex} values are
70 The allowed pairs for \code{(typeface, fontindex)} are:
158 fontindex. Alternatively they can be specified via an octal code
163 Cyrillic has to be selected via a \code{("serif", fontindex)} pair
175 fontindex, these characters can be produced by a \emph{pair} of octal
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfform.cpp81 int fontindex, double fontsize, in wxPdfComboBox() argument
86 m_fontindex = fontindex; in wxPdfComboBox()
95 int fontindex, double fontsize, in wxPdfPushButton() argument
100 m_fontindex = fontindex; in wxPdfPushButton()
138 int fontindex, double fontsize, in wxPdfTextField() argument
143 m_fontindex = fontindex; in wxPdfTextField()
/dports/math/R/R-4.1.2/src/library/grDevices/R/
H A DHershey.R24 fontindex =
/dports/math/libRmath/R-4.1.1/src/library/grDevices/R/
H A DHershey.R24 fontindex =
/dports/games/vultures-eye/vulture-2.3.67/vulture/
H A Dvulture_txt.cpp26 int vulture_load_font (int font_id, const char * ttf_filename, int fontindex, int pointsize) in vulture_load_font() argument
41 newfont = TTF_OpenFontIndex(ttf_filename, pointsize, fontindex); in vulture_load_font()
H A Dvulture_txt.h34 int fontindex, int pointsize);
/dports/print/freetype/freetype-1.3.1/contrib/ttf2pk/
H A Dttfaux.c200 if (fnt->fontindex != 0) in readttf()
206 fnt->fontindex = 0; in readttf()
213 fnt->fontindex, &face))) in readttf()
215 fnt->fontindex, real_ttfname); in readttf()
/dports/print/texlive-base/texlive-20150521-source/texk/ttf2pk2/
H A Dftlib.c679 if (fnt->fontindex != 0) in FTopen()
683 fnt->fontindex = 0; in FTopen()
689 if (fnt->fontindex != 0) in FTopen()
695 if ((error = FT_New_Face(engine, filename, (FT_Long)fnt->fontindex, &face))) in FTopen()
697 fnt->fontindex, filename); in FTopen()

1234