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

  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 408 class ps_font : public font { class in inherits:font
409 ps_font(const char *);
414 ~ps_font();
417 static ps_font *load_ps_font(const char *);
420 ps_font *ps_font::load_ps_font(const char *s)
422 ps_font *f = new ps_font(s);
430 ps_font::ps_font(const char *nm function in class:ps_font
    [all...]

Completed in 21 milliseconds