Skip to main content

FontScriptMap

Namespace: System.Drawing.Text

Assembly: System.Drawing.Managed (4.0.0.0)

A mapping of script classes to a list of font family names that are suitable for rendering text in those scripts. Windows font families sourced from FontFallbackWin with additional fonts added for other platforms.

public class FontScriptMap

Fields

NameTypeDescription
MapDictionary<ScriptClass, String[]>A dictionary mapping each script class to a list of fallback fonts. The fonts are ordered by preference, with the most suitable font for the script listed first.

Methods

Static member GetFallbackList(script)

ParameterTypeDescription
scriptScriptClass

Returns: String[].