Share via


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

'Declaration
Public lfFaceName As UShort()
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

Microsoft.VisualStudio.Shell.Interop Namespace