Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 4
System.Windows
FontStyle Structure
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
.NET Framework Class Library
FontStyle Structure

Defines a structure that represents the style of a font face as normal, italic, or oblique.

Namespace:  System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
Visual Basic
<TypeConverterAttribute(GetType(FontStyleConverter))> _
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Structure FontStyle _
    Implements IFormattable
C#
[TypeConverterAttribute(typeof(FontStyleConverter))]
[LocalizabilityAttribute(LocalizationCategory.None)]
public struct FontStyle : IFormattable
Visual C++
[TypeConverterAttribute(typeof(FontStyleConverter))]
[LocalizabilityAttribute(LocalizationCategory::None)]
public value class FontStyle : IFormattable
F#
[<Sealed>]
[<TypeConverterAttribute(typeof(FontStyleConverter))>]
[<LocalizabilityAttribute(LocalizationCategory.None)>]
type FontStyle =  
    struct
        interface IFormattable
    end
XAML Attribute Usage
<object fontStyleProperty="fontStylesValue"/>

XAML Values

fontStylesValue

A FontStyles value, such as "Normal", "Italic", or "Oblique".

The FontStyle type exposes the following members.

  NameDescription
Public methodEquals(FontStyle)Compares a FontStyle with the current FontStyle instance for equality.
Public methodEquals(Object)Compares an Object with the current FontStyle instance for equality. (Overrides ValueType..::.Equals(Object).)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeRetrieves the hash code for this object. (Overrides ValueType..::.GetHashCode()()().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringCreates a String that represents the current FontStyle object and is based on the CurrentCulture property information. (Overrides ValueType..::.ToString()()().)
Top
  NameDescription
Public operatorStatic memberEqualityCompares two instances of FontStyle for equality.
Public operatorStatic memberInequalityEvaluates two instances of FontStyle to determine inequality.
Top
  NameDescription
Explicit interface implemetationPrivate methodIFormattable..::.ToStringFor a description of this member, see IFormattable..::.ToString.
Top

Three terms categorize the slant of a font: normal, italic, and oblique.

Font style

Description

Normal

The characters in a normal, or roman, font are upright.

Italic

The characters in an italic font are truly slanted and appear as they were designed.

Oblique

The characters in an oblique font are artificially slanted. The slant is achieved by performing a shear transformation on the characters from a normal font. When a true italic font is not available on a computer or printer, an oblique style can generated from the normal font and used to simulate an italic font.

You can use the enumerated values of the FontStyles class to set the FontStyle structure.

The following example sets "Italic" as the FontStyle.

XAML
<TextBlock FontStyle="Italic">Italic font style</TextBlock>

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker