Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

strong元素
Question mark
自始可用Go to source

Strongly emphasizes content by increasing the font weight.

Increases the current font weight by a given delta.

Example

This is *strong.* \ This is #strong[too.] \ #show strong: set text(red) And this is *evermore.*

Syntax

This function also has dedicated syntax: To strongly emphasize content, simply enclose it in stars/asterisks (*). Note that this only works at word boundaries. To strongly emphasize part of a word, you have to use the function.

参数
Question mark

strong() → content

delta
int
可用set规则
Question mark
默认值:300

The delta to apply on the font weight.

Expand展开示例
#set strong(delta: 0) No *effect!*

body
content
必需参数
Question mark
位置参数
Question mark

The content to strongly emphasize.