Version: 2020.3
언어: 한국어

Font.GetPathsToOSFonts

매뉴얼로 전환
public static string[] GetPathsToOSFonts ();

반환

string[] An array of the file paths of all fonts installed on the machine.

설명

Gets the file paths of the fonts that are installed on the operating system.

This function lets you get the file paths and names of all the fonts installed on the machine. You can use these paths in conjunction with the Font-ctor constructor to create new Font objects.