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.
- C#
- VB.NET
public class FontScriptMap
Public Class FontScriptMap
Fields
| Name | Type | Description |
|---|---|---|
| Map | Dictionary<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
GetFallbackList(script)
| Parameter | Type | Description |
|---|---|---|
| script | ScriptClass |
Returns: String[].