GraphicsLoadChars Method
Loads chars from resources.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public static void LoadChars(
bool isCompat,
string fontName,
Dictionary<int, GraphicsPath> charPaths
)
Public Shared Sub LoadChars (
isCompat As Boolean,
fontName As String,
charPaths As Dictionary(Of Integer, GraphicsPath)
)
public:
static void LoadChars(
bool isCompat,
String^ fontName,
Dictionary<int, GraphicsPath^>^ charPaths
)
static member LoadChars :
isCompat : bool *
fontName : string *
charPaths : Dictionary<int, GraphicsPath> -> unit
Parameters
- isCompat Boolean
- fontName String
- Name of the font.
- charPaths DictionaryInt32, GraphicsPath
-
Required to support printing on Windows or work under Mono runtime where it is not possible to load a Font Family.