Version: 2022.3
언어: 한국어
public string[] fontNames ;

설명

An array of font names, to be used when includeFontData is set to false.

If you a trying to render a glyph which is not available in this font, Unity will walk through the list of font names given to find another font which has that glyph. For each name on the list, it will first search the supplied fontReferences for matching fonts in your project and then it will search fonts installed in the OS for matching fonts.

See Also: TrueTypeFontImporter.fontReferences.