Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
桌面环境更新后pdfstudio的hidpi支持无效,原来是可以的
Experiences and Insight
559
views ·
1
replies ·
To
floor
Go
132******49
deepin
2018-03-13 09:53
Author
本帖最后由 lgyskyer 于 2018-3-13 02:17 编辑
程序基于java,官网描述如下:
官方描述调用方法如下
double DPI_SCALING_MULTIPLIER = Math.max(1, new JLabel().getFont().getSize() / 15.0);
frame.setSize((int)(width * DPI_SCALING_MULTIPLIER, (int)(height * DPI_SCALING_MULTIPLIER));
Copy the Code
在deepin未更新之前pdfstudio可以正常缩放
Reply
Like 0
Favorite
View the author
All Replies
WENWEN
deepin
2018-03-13 17:07
#1
这个应用没有用过 试试控制中心 显示缩放1.5
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
程序基于java,官网描述如下:
官方描述调用方法如下