13
0
livetrax/libs/surfaces/push2
David Robillard 941aa20148 Fix font size on Push2
At least on my machine, the fonts on the Push display were ridiculously large,
making everything overlapping and unusable.  I suspect this is because
pango_cairo_font_map_get_default() inherits DPI from the system, so the
monitor scaling factor got applied to the Push display as well.

This commit instead creates a new plain font map, and sets the resolution to
96, which looks like what the UI was designed for.  Some more tweaking of the
Pango context might make things more optimal on the Push, but just setting the
resolution makes things look reasonable to me anyway.
2019-12-09 23:38:10 +01:00
..
buttons.cc
canvas.cc Fix font size on Push2 2019-12-09 23:38:10 +01:00
canvas.h
gui.cc
gui.h
interface.cc
knob.cc
knob.h
layout.cc
layout.h
leds.cc
level_meter.cc
level_meter.h
menu.cc
menu.h
midi_byte_array.cc
midi_byte_array.h
mix.cc
mix.h
push2.cc
push2.h
scale.cc
scale.h
splash.cc
splash.h
track_mix.cc
track_mix.h
utils.cc
utils.h
wscript