gpt4 book ai didi

android - 字体大小大于设置

转载 作者:行者123 更新时间:2023-11-29 00:26:52 25 4
gpt4 key购买 nike

我对 android 中的文本有疑问。

假设我制作了字体大小为 100px 的 TextView,现在我正在输入文本:TÓjy在设备屏幕上测量此文本,从字体的最高点到最低点大约有 115 像素的高度。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >

<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="100px"
android:textSize="100px"
android:text="TYyÓj" />

</LinearLayout>

我想确定如果我设置 100 像素的字体大小,它将是 100 像素的高度,有没有办法实现这个?

第一个是 100px 高度,第二个是 wrap_content,第一个 y 被剪切。 First one is with 100px height, second is on wrap_content

最佳答案

试试另外 2 或 3 种字体:给它们每一种额外的 15% 垂直空间,看看它们是否都适合。

如果他们不这样做,那么您的问题的答案是否定的(正如我所怀疑的那样)。字体没有约定,对于给定的点大小,它必须实际适合它;这只是字体设计师可以自由发挥的建议。在这里阅读第二段:

http://en.wikipedia.org/wiki/Point_(typography)

我不明白为什么同样的想法也不适用于数字排版中的像素,特别是因为像素在数字排版中没有标准用作测量设备。

关于android - 字体大小大于设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18693273/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com