Searched refs:html_font (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1482 class html_font : public font { class in inherits:font
1483 html_font(const char *);
1488 ~html_font();
1489 static html_font *load_html_font(const char *);
1492 html_font *html_font::load_html_font(const char *s)
1494 html_font *f = new html_font(s);
1502 html_font::html_font(cons function in class:html_font
[all...]

Completed in 183 milliseconds