Class ENUMLOGFONTEX
Contains information about an enumerated font.
Inheritance
System.Object
ENUMLOGFONTEX
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ENUMLOGFONTEX : Object
Constructors
ENUMLOGFONTEX()
Declaration
public ENUMLOGFONTEX()
Fields
m_arrScript
Specifies a null-terminated string specifying the script, that is, the character set, of the font. For example, Cyrillic.
Declaration
public byte[] m_arrScript
Field Value
Type |
---|
System.Byte[] |
m_logFont
Specifies a LOGFONT structure that contains values defining the font attributes.
Declaration
public LOGFONT m_logFont
Field Value
Type |
---|
LOGFONT |
Properties
FullName
Returns font full name without ending zero character. Read-only.
Declaration
public string FullName { get; }
Property Value
Type |
---|
System.String |
LogFont
Returns a LOGFONT structure that contains values defining the font attributes. Read-only.
Declaration
public LOGFONT LogFont { get; }
Property Value
Type |
---|
LOGFONT |
Style
Returns style name without ending zero character. Read-only.
Declaration
public string Style { get; }
Property Value
Type |
---|
System.String |