Class ExcelDrawingFontSpecial
- Namespace
- OfficeOpenXml.Drawing.Style.Font
- Assembly
- EPPlus.dll
Represents a special font, Complex, Latin or East asian
public class ExcelDrawingFontSpecial : ExcelDrawingFontBase
- Inheritance
-
ExcelDrawingFontSpecial
- Inherited Members
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.
public string Panose { get; set; }
Property Value
PitchFamily
The font pitch as well as the font family for the font
public ePitchFamily PitchFamily { get; set; }
Property Value
Type
The type of font
public eFontType Type { get; }