TEXTMETRICW.tmPitchAndFamily Field
Contains information about the pitch, technology, and family of a physical font.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Déclaration
Public tmPitchAndFamily As Byte
'Utilisation
Dim instance As TEXTMETRICW
Dim value As Byte
value = instance.tmPitchAndFamily
instance.tmPitchAndFamily = value
public byte tmPitchAndFamily
public:
unsigned char tmPitchAndFamily
val mutable tmPitchAndFamily: byte
public var tmPitchAndFamily : byte
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.