Keysight Pathwave 89600 VSA .NET API
DisplayFontStyle Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : DisplayFontStyle Enumeration


Glossary Item Box

An enum representing the style of a font.

Syntax

Visual Basic (Declaration) 
Public Enum DisplayFontStyle 
   Inherits System.Enum
C# 
public enum DisplayFontStyle : System.Enum 
C++/CLI 
public enum class DisplayFontStyle : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
ItalicRepresents a font style in which the characters are truly slanted and appear as they were designed.
NormalRepresents a font style in which the characters in a Roman font are upright.
ObliqueRepresents a font style that is artificially slanted by shearing a normal font. This can be used if an Italic font is not available.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 28.60

See Also