Home
last modified time | relevance | path

Searched refs:underline_font (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/p5-Tk-Pod/Tk-Pod-0.9943/
H A DPod.pm83 …my $underline_font = join(" ", map { "{" . $std_font{$_} . "}" } qw(-family -size -weight -slant));
84 $underline_font .= " overstrike" if $std_font{-overstrike};
85 $underline_font .= " underline";
98 $c->Text(-text => $underlined_text, -font => $underline_font);
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Drst_utils.py52 underline_font = main_font.copy()
53 underline_font.configure(underline=True)
66 hyperlink_opts["font"] = underline_font
/dports/print/lout/lout-3.40/
H A Dz23.c998 FONT_NUM underline_font = 0; in FixAndPrintObject() local
1235 underline_font = word_font(prev); in FixAndPrintObject()
1241 underline_font = font(save_style(x)); in FixAndPrintObject()
1255 word_font(urec) = underline_font; in FixAndPrintObject()
1309 underline_font = word_font(prev); in FixAndPrintObject()
1315 underline_font = font(save_style(x)); in FixAndPrintObject()
1328 word_font(urec) = underline_font; in FixAndPrintObject()
/dports/x11-toolkits/p5-Tk-FontDialog/Tk-FontDialog-0.17/
H A DFontDialog.pm62 my $underline_font = $w->fontCreate($w->fontActual($dialog_font),
173 -font => $underline_font,
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Dnode.cc5671 void underline_font() in underline_font() function
6019 init_request("uf", underline_font); in init_node_requests()
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Dnode.cpp6135 void underline_font() in underline_font() function
6530 init_request("uf", underline_font); in init_node_requests()