Version

FontTextEffect Enumeration

Constants which define additional special effects for the font, i.e., engraved, embossed, outlined, or shadowed.
Syntax
'Declaration
 
Public Enum FontTextEffect 
   Inherits System.Enum
public enum FontTextEffect : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
EmbossingOffThe 'EmbossingOn' setting is explicitly disabled for the associated run. Use this setting to clear the embossing effect for this run when the setting is enabled at a higher level of the property resolution hierarchy.
EmbossingOnThe text appears as if it is raised off the page in relief.
EngravingOffThe 'EngravingOn' setting is explicitly disabled for the associated run. Use this setting to clear the engraving effect for this run when the setting is enabled at a higher level of the property resolution hierarchy.
EngravingOnThe text appears as if it is imprinted or pressed into the page.
OutliningOffThe 'OutliningOn' setting is explicitly disabled for the associated run. Use this setting to clear the outlining effect for this run when the setting is enabled at a higher level of the property resolution hierarchy.
OutliningOnA border is drawn around the inner and outer borders of each character glyph in the run.
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