HomeSort by: relevance | last modified time | path
    Searched defs:fontno (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
printer.h 44 int fontno; member in struct:environment
76 font *get_font_from_index(int fontno);
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 161 int fontno; member in class:environment
284 int get_font() { return fontno; }; // .f
node.cpp 116 // embolden fontno when this is the current font
120 int fontno; member in struct:conditional_bold
259 // this is the current_font, fontno is where we found the character,
262 tfont *font_info::get_tfont(font_size fs, int height, int slant, int fontno)
268 || fontno != number) {
269 font_info *f = font_table[fontno];
272 if (p->fontno == fontno) {
301 if (fontno != number)
340 void font_info::set_conditional_bold(int fontno, hunits offset
3828 int fontno = env_definite_font(curenv); local
4826 int fontno = env_definite_font(env); local
4845 int fontno = env_definite_font(env); local
    [all...]

Completed in 18 milliseconds