UIDLGLOGFONT.lfFaceName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.