April 28, 2015
10:37 a.m.
2015-04-28 11:49 GMT+02:00 Stephan Eggermont <stephan@stack.nl>:
I assume the Athens renderer is (was?) not able to render strike fonts.
*is* not able :-( At least not in the way it is used by TxText. We use a fallback solution for simple text drawings on an AthensCanvas with a StrikeFont, (we do not really use the font in the image, but use cairos ("toy")-text-drawing api). But the TxTextModel depends on details in the font metric and per-character glyph drawing. And this is not yet possible with non-FT fonts.
It took me a while to realize that text in TxBasicSpan is the TxModel.
Stephan