Keysight Pathwave 89600 VSA .NET API
FontCount Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Display Class : FontCount Property


Glossary Item Box

Gets the number of fonts used by the Font methods.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property FontCount As Integer
C# 
public abstract int FontCount {get;}
C++/CLI 
public:
abstract property int FontCount {
   int get();
}

Remarks

The FontCount property returns the number of font indexes available to the Font methods (Font(DisplayFont) and Font(DisplayFont,DisplayFontInfo)). Each font index identifies a font in either the trace window or markers window.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also