Font.this

Fontの初期化

引数にTTFフォントのファイル名を渡すと読み込みます。

  1. this()
  2. this(string file)
    class Font
    this
    (
    in string file
    )

Meta