]> git.lyx.org Git - lyx.git/commit
#9130 Text in main work area isn't rendered with high resolution
authorStephan Witt <switt@lyx.org>
Sat, 18 Oct 2014 13:30:58 +0000 (15:30 +0200)
committerStephan Witt <switt@lyx.org>
Sat, 18 Oct 2014 13:39:58 +0000 (15:39 +0200)
commitf9bff2d9b1e34a82e77e7f1041755b71045c7006
tree2abd445840d9ef6c6d7b01843bd5461c010854f5
parent82904d46030947352e5dccffeb85ede3ae0a81ca
 #9130 Text in main work area isn't rendered with high resolution
Add display_pixel_ratio to buffer params to use it for displays with high resolution.
It holds the highest ratio between physical pixels and device-independent pixels of the LyX application.
Preview snippets will be generated using this value to get high resolution preview.
src/Buffer.cpp
src/Buffer.h
src/BufferParams.cpp
src/BufferParams.h
src/graphics/PreviewImage.cpp
src/graphics/PreviewLoader.cpp
src/graphics/PreviewLoader.h