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.
この Font クラスのコンストラクターでは、引数でサイズを渡すことができます。
Font(String name, int style, int size)
このサイズはpt、px、...ですか?私の疑問を解決できますか?この測定単位がどのように機能するかについて簡単に説明してください。
整数に丸められた、この Font のポイント サイズ。
ソース:JavaApi