WmfPitchAndFamily 类

Summary: The PitchAndFamily object specifies the pitch and family properties of a
Font object (section 2.2.1.2). Pitch refers to the width of the
characters, and family refers to the general appearance of a font.

Module: aspose.imaging.fileformats.wmf.objects

Full Name: aspose.imaging.fileformats.wmf.objects.WmfPitchAndFamily

Constructors

Name描述
WmfPitchAndFamily()初始化 WmfPitchAndFamily 类的新实例
WmfPitchAndFamily(byte_data)初始化 WmfPitchAndFamily
结构体的新实例。
WmfPitchAndFamily(pitch, family)初始化 WmfPitchAndFamily
结构体的新实例。

Properties

NameTypeAccess描述
byte_dataSystem.Byter/w设置 byte 数据。
familyWmfFamilyFontr获取描述字体整体外观的属性。
该值必须是 FamilyFont 枚举中的一个值。
pitchWmfPitchFontr获取描述字体音高的属性,关于
字符。该值必须是 PitchFont 枚举中的一个值。

Methods

Name描述
to_byte()到字节。

Constructor: WmfPitchAndFamily()

 WmfPitchAndFamily() 

初始化 WmfPitchAndFamily 类的新实例

Constructor: WmfPitchAndFamily(byte_data)

 WmfPitchAndFamily(byte_data) 

初始化 WmfPitchAndFamily
结构体的新实例。

Parameters:

参数TypeDescription
byte_dataSystem.Bytebyte 数据。

Constructor: WmfPitchAndFamily(pitch, family)

 WmfPitchAndFamily(pitch, family) 

初始化 WmfPitchAndFamily
结构体的新实例。

Parameters:

参数TypeDescription
pitchWmfPitchFont该音高。
familyWmfFamilyFont该族。

Method: to_byte()

 to_byte() 

到字节。

Returns

TypeDescription
System.Byte该字节值。