LOGFONT
lfPitchAndFamily Field
|
Specifies the pitch and family of the font. The two low-order bits
specify the pitch of the font. Font families describe the look of
a font in a general way. They are intended for specifying fonts when
the exact typeface desired is not available.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public byte lfPitchAndFamily
Public lfPitchAndFamily As Byte
public:
unsigned char lfPitchAndFamily
val mutable lfPitchAndFamily: byte
Field Value
Type:
Byte
See Also