{{newin (日本語)|[[0.10.0 (日本語)|0.10.0]]|100|type=関数}}
Sets the fallback fonts. When the Font doesn't contain a glyph, it will substitute the glyph from the next subsequent fallback Fonts. This is akin to setting a "font stack" in Cascading Style Sheets (CSS).

== 関数 ==
=== 概要 ===
<source lang="lua">
Font:setFallbacks( fallbackfont1, ... )
</source>
=== 引数 ===
{{param (日本語)|Font|fallbackfont1|The first fallback Font to use.}}
{{param (日本語)|Font|...|Additional fallback Fonts.}}
=== 返値 ===
ありません。
== 注釈 ==
If this is called it should be before [[love.graphics.print]], [[Font:getWrap]], and other Font methods which use glyph positioning information are called.

Every fallback Font must be created from the same file type as the primary Font. For example, a Font created from a .ttf file can only use fallback Fonts that were created from .ttf files.

== 関連 ==
* [[parent::Font (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets other Fonts to use if this Font doesn't have a specific character.}}
== そのほかの言語 ==
{{i18n (日本語)|Font:setFallbacks}}