Keysight Pathwave 89600 VSA .NET API
Font(DisplayFont) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Display Class > Font Method : Font(DisplayFont) Method


typefaceIndex
The font index.

Glossary Item Box

Get the font for the font index.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Font( _
   ByVal typefaceIndex As DisplayFont _
) As DisplayFontInfo
C# 
public abstract DisplayFontInfo Font( 
   DisplayFont typefaceIndex
)
C++/CLI 
public:
abstract DisplayFontInfo Font( 
   DisplayFont typefaceIndex
) 

Parameters

typefaceIndex
The font index.

Return Value

Information about the font.

Requirements

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

See Also