EmfLogFontExDv Class

Summary: The LogFontExDv object specifies the design vector for an extended logical font.

Module: aspose.imaging.fileformats.emf.emf.objects

Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfLogFontExDv

Inheritance: EmfLogFontEx

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
EmfLogFontExDv(emf_log_font_ex)Initializes a new instance of the EmfLogFontExDv class.

Properties

NameTypeAccessDescription
char_setWmfCharacterSetr/wGets or sets an 8-bit unsigned integer that specifies the set of character glyphs. It MUST
be a value in the WMF CharacterSet enumeration ([MS-WMF] section 2.1.1.5). If the
character set is unknown, metafile processing SHOULD NOT attempt to translate or interpret
strings that are rendered with that font.
clip_precisionWmfClipPrecisionFlagsr/wGets or sets an 8-bit unsigned integer that specifies the clipping precision. The
clipping precision defines how to clip characters that are partially outside the clipping region.
It can be one or more of the WMF ClipPrecision Flags
design_vectorEmfDesignVectorr/wGets or sets a DesignVector object (section 2.2.3). This field MUST NOT be longer than 72 bytes.
escapementintr/wGets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees,
between the escapement vector and the x-axis of the device. The escapement vector is
parallel to the baseline of a row of text.
facenamestringr/wGets or sets a Facename (64 bytes): A string of no more than 32 Unicode characters that specifies the
typeface name 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.
full_namestringr/wGets 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.
heightintr/wGets or sets a 32-bit signed integer that specifies the height, in logical units, of the font’s
character cell or character. The character height value, also known as the em size, is the
character cell height value minus the internal leading value. The font mapper SHOULD
interpret the value specified in the Height field in the following manner.
italicbyter/wGets or sets an 8-bit unsigned integer that specifies an italic font if set to 0x01; otherwise,
it MUST be set to 0x00.
orientationintr/wGets or sets a 32-bit signed integer that specifies the angle, in tenths of degrees,
between each character’s baseline and the x-axis of the device.
out_precisionWmfOutPrecisionr/wGets or sets an 8-bit unsigned integer that specifies the output precision. The
output precision defines how closely the font is required to match the requested height, width,
character orientation, escapement, pitch, and font type. It MUST be a value from the WMF
OutPrecision enumeration
pitch_and_familyWmfPitchAndFamilyr/wGets or sets a WMF PitchAndFamily object ([MS-WMF] section 2.2.2.14) that
specifies the pitch and family of the font. Font families describe the look of a font in a general
way. They are intended for specifying a font when the specified typeface is not available.
qualityWmfFontQualityr/wGets or sets an 8-bit unsigned integer that specifies the output quality. The output quality
defines how closely to attempt to match the logical-font attributes to those of an actual
physical font. It MUST be one of the values in the WMF FontQuality enumeration ([MS-WMF]
section 2.1.1.10).
scriptstringr/wGets 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.
strikeoutbyter/wGets or sets an 8-bit unsigned integer that specifies a strikeout font if set to 0x01;
otherwise, it MUST be set to 0x00.
stylestringr/wGets 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.
underlinebyter/wGets or sets an 8-bit unsigned integer that specifies an underlined font if set to 0x01;
otherwise, it MUST be set to 0x00.
weightEmfLogFontWeightr/wGets or sets a 32-bit signed integer that specifies the weight of the font in the range
zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default
weight can be used.
widthintr/wGets or sets a 32-bit signed integer that specifies the average width, in logical units, of
characters in the font. If the Width field value is zero, an appropriate value SHOULD be
calculated from other LogFont values to find a font that has the typographer’s intended
aspect ratio

Constructor: EmfLogFontExDv(emf_log_font_ex)

 EmfLogFontExDv(emf_log_font_ex) 

Initializes a new instance of the EmfLogFontExDv class.

Parameters:

ParameterTypeDescription
emf_log_font_exEmfLogFontExThe EMF log font ex.