Class EmfLogFontEx

Class EmfLogFontEx

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The LogFontEx object specifies the extended attributes of a logical font.

public class EmfLogFontEx : EmfLogFont

Inheritance

objectMetaObjectEmfObjectEmfLogFontEmfLogFontEx

Derived

EmfLogFontExDv

Inherited Members

EmfLogFont.Height, EmfLogFont.Width, EmfLogFont.Escapement, EmfLogFont.Orientation, EmfLogFont.Weight, EmfLogFont.Italic, EmfLogFont.Underline, EmfLogFont.Strikeout, EmfLogFont.CharSet, EmfLogFont.OutPrecision, EmfLogFont.ClipPrecision, EmfLogFont.Quality, EmfLogFont.PitchAndFamily, EmfLogFont.Facename, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfLogFontEx(EmfLogFont)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfLogFontEx class.

public EmfLogFontEx(EmfLogFont emfLogFont)

Parameters

emfLogFont EmfLogFont

The EMF log font.

Properties

FullName

Gets or sets a string of 64 Unicode characters that contains the font’s full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

public string FullName { get; set; }

Property Value

string

Script

Gets or sets a string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

public string Script { get; set; }

Property Value

string

Style

Gets or sets a string of 32 Unicode characters that defines the font’s style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

public string Style { get; set; }

Property Value

string