FontScriptMap

System.Drawing.Text.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

Name
Type
Description

Map

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

GetFallbackList(script)

Parameter
Type
Description

Returns: String[].

Last updated

Was this helpful?