FontSize
例題
すべて開く すべて閉じる例 (1)
スコープ (4)
Table[Text[Style["ABC", s]], {s, {12, 24, 36}}]Text[Style[{"ABC", Style["ABC", Smaller], Style["ABC", Larger]}, 24]]グラフィックスの幅の3/10に当たる大きさのフォントサイズを指定する:
Graphics[Text[Style["ABC", FontSize -> Scaled[.3]]]]グラフィックスを小さくするとフォントもそれに対応して小さくなる:
Show[%, ImageSize -> {50, 50}]フォントサイズはスタイル関連のオプションで指定することができる:
Plot[Sin[x], {x, 0, 10}, LabelStyle -> (FontSize -> 14)]ContourPlot[Sin[x y], {x, 0, 1}, {y, 0, 1}, FrameStyle -> Tiny]テクニカルノート
関連するガイド
-
▪
- フォントオプション ▪
- グラフィックス指示子 ▪
- スタイルシート
関連するワークフロー
- テキストにスタイルを加える
履歴
1996 で導入 (3.0) | 2007 で更新 (6.0)
テキスト
Wolfram Research (1996), FontSize, Wolfram言語関数, https://reference.wolfram.com/language/ref/FontSize.html (2007年に更新).
CMS
Wolfram Language. 1996. "FontSize." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/FontSize.html.
APA
Wolfram Language. (1996). FontSize. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FontSize.html
BibTeX
@misc{reference.wolfram_2026_fontsize, author="Wolfram Research", title="{FontSize}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/FontSize.html}", note=[Accessed: 07-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_fontsize, organization={Wolfram Research}, title={FontSize}, year={2007}, url={https://reference.wolfram.com/language/ref/FontSize.html}, note=[Accessed: 07-September-2026]}