未翻訳
このページはまだ翻訳されていません。原文の内容が表示されています。
underline
要素関数要素関数要素関数はset
ルールやshow
ルールでカスタマイズできます。
要素関数
要素関数は
set
ルールやshow
ルールでカスタマイズできます。Underlines text.
Example
This is #underline[important].

引数引数引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
stroke
How to stroke the line.
If set to auto
, takes on the text's color and a thickness defined in
the current font.
デフォルト値: auto
例を表示
Take #underline(
stroke: 1.5pt + red,
offset: 2pt,
[care],
)

offset
The position of the line relative to the baseline, read from the font
tables if auto
.
デフォルト値: auto
例を表示
#underline(offset: 5pt)[
The Tale Of A Faraway Line I
]

extent
設定可能引数設定可能引数設定可能引数は、set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
設定可能引数
設定可能引数
設定可能引数は、
set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。The amount by which to extend the line beyond (or within if negative) the content.
デフォルト値: 0pt
例を表示
#align(center,
underline(extent: 2pt)[Chapter 1]
)

evade
設定可能引数設定可能引数設定可能引数は、set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
設定可能引数
設定可能引数
設定可能引数は、
set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。Whether the line skips sections in which it would collide with the glyphs.
デフォルト値: true
例を表示
This #underline(evade: true)[is great].
This #underline(evade: false)[is less great].

background
設定可能引数設定可能引数設定可能引数は、set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
設定可能引数
設定可能引数
設定可能引数は、
set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。Whether the line is placed behind the content it underlines.
デフォルト値: false
例を表示
#set underline(stroke: (thickness: 1em, paint: maroon, cap: "round"))
#underline(background: true)[This is stylized.] \
#underline(background: false)[This is partially hidden.]

body
The content to underline.