gpt4 book ai didi

Inkscape:如何将上标和下标附加到同一个字符

转载 作者:行者123 更新时间:2023-12-05 02:04:55 30 4
gpt4 key购买 nike

我想将上标和下标都添加到 Inkscape 文本对象中的同一个字符。目前,我有这个:enter image description here

但我希望撇号 (') 和 0 垂直对齐,以便 x 具有 (') 作为上标和 0 作为下标。

最佳答案

您可以在零索引上使用负水平字距调整。查看右上角的红框区域。

Screenshot from Inkscape

文本元素的 SVG 将如下所示:

<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.584px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2646"
x="29.4"
y="29.48"
id="text3715"><tspan
sodipodi:role="line"
id="tspan3713"
x="29.4"
y="29.48"
style="stroke-width:0.2646"
dx="0 0 0 0 5 0 0 0 3.5">(x'<tspan
style="font-size:65%;baseline-shift:sub"
id="tspan3717"
dx="-3.5">0</tspan>,y'<tspan
style="font-size:65%;baseline-shift:sub"
id="tspan3719"
dx="-3.5">0</tspan>)</tspan></text>

注意 dx="-3.5" 属性。

关于Inkscape:如何将上标和下标附加到同一个字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63884616/

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