Make small fonts less blurry

Who cares about correct rendering at such small sizes anyway

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-23 01:56:37 +00:00
parent 3d4e88f6fb
commit 3e778c933c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 4 additions and 6 deletions

View file

@ -103,7 +103,7 @@ endif
dgl:
ifneq ($(HEADLESS),true)
$(MAKE) -C dpf/dgl opengl NVG_DISABLE_SKIPPING_WHITESPACE=true USE_NANOVG_FBO=true
$(MAKE) -C dpf/dgl opengl NVG_DISABLE_SKIPPING_WHITESPACE=true NVG_FONT_TEXTURE_FLAGS=NVG_IMAGE_NEAREST USE_NANOVG_FBO=true
endif
plugins: deps