Gets the current Font object.

== 関数 ==
{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=異形}}
=== 概要 ===
<source lang="lua">
font = love.graphics.getFont( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|Font|font|The current Font. Automatically creates and sets the default font, if none is set yet.}}

== 関数 ==
{{oldin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=異形}}
=== 概要 ===
<source lang="lua">
font = love.graphics.getFont( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|Font|font|The current Font, or nil if none is set.}}

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.setFont (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the current Font object.}}
{{#set:Since=090}}
{{#set:PrettySince=0.9.0}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getFont}}