Class EmfLogFontEx
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The LogFontEx object specifies the extended attributes of a logical font.
public class EmfLogFontEx : EmfLogFont
Inheritance
object ← MetaObject ← EmfObject ← EmfLogFont ← EmfLogFontEx
Derived
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
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
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; }