Show / Hide Table of Contents

Class ExcelDrawingFontSpecial

Represents a special font, Complex, Latin or East asian

Inheritance
Object
XmlHelper
ExcelDrawingFontBase
ExcelDrawingFontSpecial
Inherited Members
ExcelDrawingFontBase.Typeface
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
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
Back to top Generated by DocFX