2015-05-04 22:51 GMT+02:00 Nicolai Hess <nicolaihess@web.de>:
Some questions: - Did this ever work ? - We have some code for drawing the underline/strikethrough, but it is only used for tree and listrenderer (and AFAIK only checks the first text entry element for the used emphasis) - setting the emphasis on LogicalFont is only propagated to the realfont if emphasis is bold or italic, others like underline and strikethrough are ignored with the comment: "we only handle bold and italic here since underline/strikeout are drawn separately"
I don't want to move this display underline/strikethrough code into LogicalFont if it was removed on purpose.
other ideas how to handle this?
(see issue 15362 <https://pharo.fogbugz.com/default.asp?15362> No "underline" or "stroke out" emphasis on FT fonts)
I think this worked in pharo 1 and pharo 2. Now I have to find out why it does not work anymore.
nicolai