Browse Source

Make small fonts less blurry

Who cares about correct rendering at such small sizes anyway

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 4 years ago
parent
commit
3e778c933c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
6 changed files with 4 additions and 6 deletions
  1. +1
    -1
      Makefile
  2. +0
    -1
      deps/Makefile
  3. +1
    -1
      dpf
  4. +0
    -1
      lv2export/Makefile
  5. +0
    -1
      plugins/Makefile
  6. +2
    -1
      src/Makefile.cardinal.mk

+ 1
- 1
Makefile 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


+ 0
- 1
deps/Makefile View File

@@ -9,7 +9,6 @@ DEP_PATH = $(abspath ../src/Rack/dep)
# --------------------------------------------------------------
# Import base definitions

USE_NANOVG_FBO = true
include ../dpf/Makefile.base.mk

# --------------------------------------------------------------


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 493837049e773e45f842c0ee83b6b69c7c56adf9
Subproject commit b325295d6c77032eeb042aacd242683aa1773f5d

+ 0
- 1
lv2export/Makefile View File

@@ -14,7 +14,6 @@ SYSDEPS ?= false
# --------------------------------------------------------------
# Import base definitions

USE_NANOVG_FBO = true
include ../dpf/Makefile.base.mk

# --------------------------------------------------------------


+ 0
- 1
plugins/Makefile View File

@@ -14,7 +14,6 @@ SYSDEPS ?= false
# --------------------------------------------------------------
# Import base definitions

USE_NANOVG_FBO = true
include ../dpf/Makefile.base.mk

# --------------------------------------------------------------


+ 2
- 1
src/Makefile.cardinal.mk View File

@@ -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…
Cancel
Save