未翻訳
このページはまだ翻訳されていません。原文の内容が表示されています。
ellipse要素関数要素関数要素関数はsetルールやshowルールでカスタマイズできます。
要素関数
要素関数は
setルールやshowルールでカスタマイズできます。An ellipse with optional content.
Example
// Without content.
#ellipse(width: 35%, height: 30pt)
// With content.
#ellipse[
#set align(center)
Automatically sized \
to fit the content.
]

引数引数引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
ellipse(,,fill:,,,,)->The ellipse's width, relative to its parent container.
デフォルト値:
autoThe ellipse's height, relative to its parent container.
デフォルト値:
autoinset設定可能引数設定可能引数設定可能引数は、setルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
inset設定可能引数
設定可能引数
設定可能引数は、
setルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。How much to pad the ellipse's content. See the box's documentation for more details.
デフォルト値:
0% + 5ptoutset設定可能引数設定可能引数設定可能引数は、setルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
outset設定可能引数
設定可能引数
設定可能引数は、
setルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。How much to expand the ellipse's size without affecting the layout. See the box's documentation for more details.
デフォルト値:
(:)