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


Glossary Item Box

An enum representing the weight of a font.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
BlackRepresents a font weight with a usWeightClass definition of 900 in the OpenType specification.
BoldRepresents a font weight with a usWeightClass definition of 700 in the OpenType specification.
ExtraBlackRepresents a font weight with a usWeightClass definition of 950 in the OpenType specification.
ExtraBoldRepresents a font weight with a usWeightClass definition of 800 in the OpenType specification.
ExtraLightRepresents a font weight with a usWeightClass definition of 200 in the OpenType specification.
LightRepresents a font weight with a usWeightClass definition of 300 in the OpenType specification.
MediumRepresents a font weight with a usWeightClass definition of 500 in the OpenType specification.
NormalRepresents a font weight with a usWeightClass definition of 400 in the OpenType specification.
SemiBoldRepresents a font weight with a usWeightClass definition of 600 in the OpenType specification.
ThinRepresents a font weight with a usWeightClass definition of 100 in the OpenType specification.
‡ 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