A glyph vector is broken down into a series of points on its outline. These points are added to a grid - the distance cache - and used for fast distance testing during SDF rendering.
Package Functions | |
DistanceCachePoint (float x, float y) | |
Package Attributes | |
float | X |
The x coordinate of this point in pixel space. More... | |
float | Y |
The y coordinate of this point in pixel space. More... | |
|
inlinepackage |
|
package |
The x coordinate of this point in pixel space.
|
package |
The y coordinate of this point in pixel space.