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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2125 const char *fontname = sty.f->get_name(); local
2126 if (fontname == NULL)
2130 change_font(fontname, (font::res/(72*font::sizescale))*sty.point_size);
2140 const char *fontname = f->get_name(); local
2141 return (strcmp(fontname, "B") == 0) || (strcmp(fontname, "BI") == 0);
2150 const char *fontname = f->get_name(); local
2152 if (strcmp(fontname, "B") == 0)
2154 if (strcmp(fontname, "I") == 0)
2156 if (strcmp(fontname, "B
3801 const char *fontname = f->get_name(); local
3812 end_font(const char *fontname) argument
3840 start_font(const char *fontname) argument
[all...]

Completed in 124 milliseconds