UIDLGLOGFONT.lfFaceName Field

Definition

Specifies the typeface name of the font.

public: cli::array <System::UInt16> ^ lfFaceName;
public: Platform::Array <unsigned short> ^ lfFaceName;
std::Array <unsigned short> lfFaceName;
public ushort[] lfFaceName;
val mutable lfFaceName : uint16[]
Public lfFaceName As UShort() 

Field Value

UInt16[]

Remarks

This null-terminated string must not exceed 32 characters, including the null 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.

Applies to