ZennoLab Assemblies Documentation
HideFont Method
Example 
ZennoLab.CommandCenter Namespace > Instance Class : HideFont Method

Type: System.String

Font name string for hiding.

Hide the font. The method needs isolated process, because it is applied to all instances in the process. If browser is Chrome, fonts changes applies only for new tabs.
Syntax
public void HideFont( 
   string font
)

Parameters

font

Type: System.String

Font name string for hiding.

Example
The following code example demonstrates uses of the HideFont method.
// hide font
instance.HideFont("Arial");
Requirements

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

See Also

Reference

Instance Class
Instance Members