Doug Moen
08/15/2020, 6:00 PMChris Knott
08/15/2020, 6:33 PMDoug Moen
08/15/2020, 7:33 PMIvan Reese
Ryan King
08/15/2020, 8:27 PMRyan King
08/15/2020, 8:53 PMDoug Moen
08/15/2020, 8:54 PMsdfGlyphSize
Allows overriding the default size of each glyph's SDF (signed distance field) used when rendering this text instance. This must be a power-of-two number. Larger sizes can improve the quality of glyph rendering by increasing the sharpness of corners and preventing loss of very thin lines, at the expense of increased memory footprint and longer SDF generation time.
Default:In this scheme, when you query a signed distance value, what you actually do is perform an interpolated lookup on the SDF texture, which returns an approximation of the actual distance. What I prefer is to directly query the Bezier curves in the character glyph and compute the exact distance.64
Doug Moen
08/15/2020, 8:58 PMRyan King
08/15/2020, 9:02 PMNick Smith
08/16/2020, 3:12 AMDoug Moen
08/16/2020, 11:40 AMNick Smith
08/16/2020, 11:42 AMIvan Reese
Doug Moen
08/16/2020, 9:01 PMDoug Moen
08/17/2020, 1:30 AMDoug Moen
08/17/2020, 1:32 AM