LOGFONTW.lfOutPrecision Field

Definition

Specifies the output precision.

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 

Field Value

Attributes

Remarks

COM Signature

From vsshell.idl:

The output precision defines how closely the output must match the height, width, character orientation, escapement, pitch, and font type of the requested font

Applies to