Searched refs:fontswitch (Results 1 – 1 of 1) sorted by relevance
187 if ($#fontstack < 0) { $fontswitch = "\\fR"; }188 elsif ($fontstack[$#fontstack] eq "tt") { $fontswitch = "\\fB"; }189 else { $fontswitch = "\\fI"; }190 print MANOUT "$fontswitch";197 if ($#fontstack < 0) { $fontswitch = "\\fR"; }198 elsif ($fontstack[$#fontstack] eq "tt") { $fontswitch = "\\fB"; }199 else { $fontswitch = "\\fI"; }200 print MANOUT "$fontswitch";