Photoshop 中的字体大小与 Xcode 中的字体大小相同吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/23495843/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Are font sizes in Photoshop the same as in Xcode?
提问by user3465964
an iPhone app that I've designed is being developed overseas. The app is a note- taking application.
我设计的 iPhone 应用程序正在海外开发。该应用程序是一个笔记应用程序。
The font size of the screen when typing a new note is Helvetica Neue, Regular 34px (the same as the equivalent screen in the native Apple Notes app).
输入新笔记时屏幕的字体大小为 Helvetica Neue,Regular 34px(与原生 Apple Notes 应用程序中的等效屏幕相同)。
However the programmer insist this is far too big and that the current size (14) is the correct size, even though in the test builds it is just far too small.
然而,程序员坚持认为这太大了,并且当前大小 (14) 是正确的大小,即使在测试版本中它也太小了。
My question is this- do font sizes in photoshop translate into the font size values in Xcode? As I am confused as to why this is such an issue. I expect he is somehow not coding it correctly or making an error in judgement.
我的问题是 - photoshop 中的字体大小是否会转换为 Xcode 中的字体大小值?因为我很困惑为什么这是一个这样的问题。我希望他以某种方式没有正确编码或判断错误。
回答by unexpectedvalue
This post explains font point sizes: Font size in pixels
这篇文章解释了字体点大小:Font size in pixel
In short: No, it isn't the same.
简而言之:不,它不一样。