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


Glossary Item Box

An enum that describes the degree to which a font has been stretched compared to the normal aspect ratio of that font.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
Condensed75% of normal aspect ratio
Expanded125% of normal aspect ratio
ExtraCondensed62.5% of normal aspect ratio
ExtraExpanded150% of normal aspect ratio
Medium100% of normal aspect ratio (same as Normal)
Normal100% of normal aspect ratio (same as Medium)
SemiCondensed87.5% of normal aspect ratio
SemiExpanded112.5% of normal aspect ratio
UltraCondensed50% of normal aspect ratio
UltraExpanded200% of normal aspect ratio
‡ 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