Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/lib/glcomp/
H A Dglcompfont.c109 if (font->type == gluttext) {
208 if (font->type == gluttext) in glNewFont()
302 fontset->fonts[fontset->count]->type = gluttext;
H A Dglcompdefs.h101 typedef enum { gluttext, pangotext } glCompFontType; enumerator