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

/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp495 style text_style; member in class:text_glob
521 : text_style(*s), text_string(str), text_length(length),
1295 g->text_glob_tag(&f->text_style, buffer.add_string(str), str.length(),
2599 if (! g->is_a_tag() && (! is_font_courier(g->text_style.f)))
3920 if (g->text_style.f != output_style.f) {
3924 output_style.f = g->text_style.f;
3929 if (output_style.point_size != g->text_style.point_size) {
3932 (g->text_style.point_size > 0)) {
3933 start_size(output_style.point_size, g->text_style.point_size);
3935 if (g->text_style
[all...]

Completed in 44 milliseconds