Show / Hide Table of Contents

Class ExcelDrawingFontSpecial

Represents a special font, Complex, Latin or East asian

Inheritance
System.Object
XmlHelper
ExcelDrawingFontBase
ExcelDrawingFontSpecial
Inherited Members
ExcelDrawingFontBase.Typeface
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Font
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingFontSpecial : ExcelDrawingFontBase

Properties

Panose

Specifies the Panose-1 classification number for the current font using the mechanism defined in §5.2.7.17 of ISO/IEC 14496-22. This value is used as one piece of information to guide selection of a similar alternate font if the desired font is unavailable.

Declaration
public string Panose { get; set; }
Property Value
Type Description
System.String

PitchFamily

The font pitch as well as the font family for the font

Declaration
public ePitchFamily PitchFamily { get; set; }
Property Value
Type Description
ePitchFamily

Type

The type of font

Declaration
public eFontType Type { get; }
Property Value
Type Description
eFontType
In This Article
  • Properties
    • Panose
    • PitchFamily
    • Type
Back to top Generated by DocFX