From 4a355b7948c672026c03e25af4ac5be36cb333fb Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 27 Jan 2025 17:12:22 -0500 Subject: [PATCH] Remove from Context: even_size_only (Its effectively handled by zoom_px_interval) --- vefontcache/vefontcache.odin | 3 --- 1 file changed, 3 deletions(-) diff --git a/vefontcache/vefontcache.odin b/vefontcache/vefontcache.odin index 2cfd37d..21cdf65 100644 --- a/vefontcache/vefontcache.odin +++ b/vefontcache/vefontcache.odin @@ -81,9 +81,6 @@ Context :: struct { // debug_print : b32, // debug_print_verbose : b32, - // Will enforce even px_size when drawing. - even_size_only : f32, - // Whether or not to snap positioning to the pixel of the view // Helps with hinting snap_to_view_extent : b32,