From: Robert P. <rob...@jk...> - 2008-10-10 16:41:55
|
Hi, according to the manual and to plsym.c, for non-unicode builds there is (among some other escape sequences) "#fi" for italic font. Why isn't there something like "#fb" for boldface? According to the manual, I can only get bold font with #<bold/>, which is unicode only. I also tried plsfont(-1, -1, PL_FCI_BOLD), e.g. before the pllab call of example 12, but see no effect. --Robert (I know, it's time to switch to unicode apps ...) |