未翻訳
このページはまだ翻訳されていません。原文の内容が表示されています。
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.
]

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