专业程序员通常使用哪些 DPI 设置?
我自己并不专业。我只是好奇,专业程序员在他们的开发机器上最常用的 DPI 设置是什么?
有没有一个大多数程序员应该遵循的“标准”?
谢谢
I'm not professional myself. I'm just curious, what DPI settings are most commonly used by professional programmers for their development machines?
Is there a "standard" that most programmers should follow?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不太确定您的问题是什么...大多数操作系统都会根据显示器的 DPI 缩放应用程序的 UI。
在设计不使用自动缩放的程序(如游戏等)时,我设计 UI 的同事过去使用 72 DPI,但近年来已切换到 96 DPI。
由于我个人使用大约 109 DPI 的显示器,为 72 DPI 设计的旧应用程序通常几乎无法使用,因为文本和按钮很小。
希望这能回答您相当不具体的问题。
Not quite sure what your question is here ... most OSs scale the application's UI according to the monitor's DPI.
When it comes to designing programs that don't utilize automatic scaling (like games etc.) my colleagues who design the UIs used to work with 72 DPI but have switched to 96 DPI in recent years.
Since I personally use a monitor with about 109 DPI old applications designed for 72 DPI often are almost unusable because of small text and tiny buttons.
Hope this answers your rather unspecific question.