Home
last modified time | relevance | path

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

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdev.c512 #define CURRENTFONT() ((text_state.font_id < 0) ? NULL : &(dev_fonts[text_state.font_id])) macro
1145 font = CURRENTFONT();
1756 font = CURRENTFONT();
1781 font = CURRENTFONT();
H A Dmpost.c351 #define CURRENTFONT 204 macro
425 {"currentfont", CURRENTFONT},
1352 case CURRENTFONT: in do_operator()