Difference between revisions of "love.graphics.getFont (日本語)"

(Created page with "現在の Font オブジェクトを取得します。 == 関数 == {{newin (日本語)|0.9.0|090|type=異形}} === 概要 === <source lang="lua"> font = love.graphics.ge...")
 
m (fixed see also header)
Line 23: Line 23:
 
{{param|Font|font|現在のフォント、または  nil ならば未設定です。}}
 
{{param|Font|font|現在のフォント、または  nil ならば未設定です。}}
  
== そのほかの言語 ==
+
== 関連 ==
 
* [[parent::love.graphics (日本語)]]
 
* [[parent::love.graphics (日本語)]]
 
* [[love.graphics.setFont (日本語)]]
 
* [[love.graphics.setFont (日本語)]]
 +
* [[Font:getHeight (日本語)]]
 +
* [[Font:getWidth (日本語)]]
 +
* [[love.graphics.print (日本語)]]
 +
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=現在の Font オブジェクトを取得します。}}
 
{{#set:Description=現在の Font オブジェクトを取得します。}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
{{#set:Sub-Category=State (日本語)}}
 
{{#set:Sub-Category=State (日本語)}}
 +
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|love.graphics.getFont}}
 
{{i18n|love.graphics.getFont}}

Revision as of 07:33, 9 June 2022

現在の Font オブジェクトを取得します。

関数

LÖVE 0.9.0 から使用可能
この異形は以前のバージョンでは非対応です。

概要

font = love.graphics.getFont( )

引数

なし。

返値

Font font
現在のフォント。標準のフォントは自動的に作成と設定が行われますが、なにも返されない場合は未設定です。

関数

LÖVE 0.9.0 から廃止
この異形は以降のバージョンでは非対応です。

概要

font = love.graphics.getFont( )

引数

なし。

返値

Font font
現在のフォント、または nil ならば未設定です。

関連



そのほかの言語