dont render entire atlas region for font run pieces; render more minimal rasterization size

This commit is contained in:
Ryan Fleury
2024-01-22 15:07:20 -08:00
parent 90e1443627
commit 834f4f7d20
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -102,6 +102,7 @@ typedef struct F_RasterCacheInfo F_RasterCacheInfo;
struct F_RasterCacheInfo
{
Rng2S16 subrect;
Vec2S16 raster_dim;
S16 atlas_num;
F32 advance;
};