FontStyleConstants EnumerationCognex VisionPro 9.21

An enumeration that defines the style information applied to text.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

[FlagsAttribute]
public enum FontStyleConstants
Members

  Member nameValueDescription
Regular0

Normal text.

Bold1

Bold text.

Italic2

Italic text.

Underline4

Underlined text.

Strikeout8

Text with a line through the middle.

Remarks

Typically used to specify the style information for a font.

See Also