Lines Matching defs:font
2193 GfxFont *font = res->lookupFont(args[0].getName());
2195 if (!font) {
2196 // unsetting the font (drawing no text) is better than using the
2203 printf(" font: tag=%s name='%s' %g\n",
2204 font->getTag()->getCString(),
2205 font->getName() ? font->getName()->getCString() : "???",
2210 font->incRefCnt();
2211 state->setFont(font, args[1].getNum());
2306 error(errSyntaxError, getPos(), "No font in show");
2323 error(errSyntaxError, getPos(), "No font in move/show");
2344 error(errSyntaxError, getPos(), "No font in move/set/show");
2368 error(errSyntaxError, getPos(), "No font in show/space");
2380 // this uses the absolute value of the font size to match
2400 GfxFont *font;
2415 font = state->getFont();
2416 wMode = font->getWMode();
2421 if (font->getType() == fontType3 && 0) {//out->interpretType3Chars()) {
2431 mat = font->getFontMatrix();
2451 n = font->getNextChar(p, len, &code,
2468 ((Gfx8BitFont *)font)->getCharProc(code, &charProc);
2469 if ((resDict = ((Gfx8BitFont *)font)->getResources())) {
2473 //parse(&charProc, gFalse); // TODO: parse into SVG font
2500 n = font->getNextChar(p, len, &code,
3213 // type 3 font operators