Version

FontDataPropIds Enumeration

uniquely identify each property of the FontData class.
Syntax
'Declaration
 
Public Enum FontDataPropIds 
   Inherits System.Enum
public enum FontDataPropIds : System.Enum 
Members
MemberDescription
BoldDetermines if the font is bold
ItalicDetermines if the font is itailc
NameThe name of the font
SizeInPointsThe size of the font in points
StrikeoutDetermines if the font has a strikout line thru it
UnderlineDetermines if the font is underlined
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also