Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RでTTFフォントを使用することは可能ですか?
cairo パッケージはこのタスク用ですか? 最小限の例はどのように見えますか?
以下はhttp://www.statmethods.net/advgraphs/parameters.htmlからの例です:
windowsFonts(Calibri=windowsFont("Calibri")) par(family="Calibri") plot(rnorm(1:10))