UIDLGLOGFONT.lfFaceName Field

Specifies the typeface name of the font.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Public lfFaceName As UShort()
‘사용 방법
Dim instance As UIDLGLOGFONT
Dim value As UShort()

value = instance.lfFaceName

instance.lfFaceName = value
public ushort[] lfFaceName
public:
array<unsigned short>^ lfFaceName
val mutable lfFaceName: uint16[]
public var lfFaceName : ushort[]

Remarks

This null-terminated string must not exceed 32 characters, including the nulla null reference (Nothing in Visual Basic) terminator. The EnumFontFamilies function can be used to enumerate the typeface names of all currently available fonts. If lfFaceName is an empty string, GDI uses the first font that matches the other specified attributes.

.NET Framework Security

See Also

Reference

UIDLGLOGFONT Structure

UIDLGLOGFONT Members

Microsoft.VisualStudio.Shell.Interop Namespace