LOGFONTW.lfOutPrecision 字段

定义

指定输出精度。

public: System::Byte lfOutPrecision;
public: byte lfOutPrecision;
byte lfOutPrecision;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.BYTE")]
public byte lfOutPrecision;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.BYTE")>]
val mutable lfOutPrecision : byte
Public lfOutPrecision As Byte 

字段值

Byte
属性

注解

COM 签名

从 vsshell:

输出精度定义输出必须与所请求字体的高度、宽度、字符方向、行距、间距和字体类型相匹配的程度

适用于