more font fixes.

This commit is contained in:
Bryce Covert
2016-02-24 13:52:36 -08:00
parent 1619f651c5
commit 8c5d719832
4 changed files with 104 additions and 101 deletions

View File

@@ -131,6 +131,7 @@
(defn button-style []
(let [style (skin! (skin "ui/ui.json") :get TextButton$TextButtonStyle)
tx (-> style .font .getRegion .getTexture)]
(-> style .font (.setScale 0.5 0.5))
(call! ^Texture tx :set-filter Texture$TextureFilter/Linear Texture$TextureFilter/Linear)
style))