Scribble icon indicating copy to clipboard operation
Scribble copied to clipboard

Kerning and shadow issues in SDF rendering

Open tthrelfo opened this issue 1 month ago • 0 comments

Version: scribble_9_0_0_beta.yymps Example project, with font included: font test.yyz.zip

Screenshot of the problematic behaviour:

image

Issue 1:

This project draws two lines of text to the screen. The first line is written with draw_text(), while the bottom line is drawn with Scribble. The top line has appropriate spacing, while the Scribble version has slightly odd-looking spacing.

Issue 2:

Strange cross hatching effects when using the drop shadows for this font. It's worth noting that in my main project this appears solely when using Scribble, but while making this example project, it started popping up for the draw_text() version, too. For this reason I'm not sure if it's actually a Scribble problem, but I'm mentioning it here just in case.

tthrelfo avatar May 23 '24 12:05 tthrelfo