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:
parent
3d4e88f6fb
commit
3e778c933c
6 changed files with 4 additions and 6 deletions
|
@ -73,7 +73,6 @@ endif
|
|||
# --------------------------------------------------------------
|
||||
# Import base definitions
|
||||
|
||||
USE_NANOVG_FBO = true
|
||||
include ../../dpf/Makefile.base.mk
|
||||
|
||||
# --------------------------------------------------------------
|
||||
|
@ -118,6 +117,8 @@ EXTRA_LIBS = $(RACK_EXTRA_LIBS) $(CARLA_EXTRA_LIBS) $(STATIC_CARLA_PLUGIN_LIBS)
|
|||
# --------------------------------------------------------------
|
||||
# Do some magic
|
||||
|
||||
NVG_DISABLE_SKIPPING_WHITESPACE = true
|
||||
NVG_FONT_TEXTURE_FLAGS = NVG_IMAGE_NEAREST
|
||||
USE_NANOVG_FBO = true
|
||||
USE_VST2_BUNDLE = true
|
||||
include ../../dpf/Makefile.plugins.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue