On 01.07.2014 22:05, Nicolai Hess
wrote:
You would have to implement a special rendering path for StrikeFonts
utilizing essentially the same method used for rendering bitmaps.
In theory, if cairo bitmap perf is about the same as traditional
bitmap perf, that'd be about as slow as FT-rendering is in non-cairo
images, if there's no scaling involved.
Scaled, it would probably look horrible, take a screenshot of this
mail, zoom to 400% in Paint or something, that's what to expect.
(Though, one *could* do some tricks translating point size /scale
factor to another font with point size closer to the final result
(if one exists) and get slightly less horrible results)
Cheers,
Henry��