ZennoLab Assemblies Documentation
LoadFonts(String) Method
Example 
ZennoLab.CommandCenter Namespace > Instance Class > LoadFonts Method : LoadFonts(String) Method

Type: System.String

The path to fonts.

Loads fonts. The method needs isolated process, because it is applied to all instances in the process.
Syntax
public void LoadFonts( 
   string path
)

Parameters

path

Type: System.String

The path to fonts.

Example
The following example uses the LoadFonts method.
// load fonts
instance.LoadFonts("path");
// load fonts
$instance->LoadFonts("path");
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Instance Class
Instance Members
Overload List
GetFonts Method
ShowFont Method
ShowFont Method
SaveFonts Method