Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/wingdi/nf-wingdi-createfontw.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ Font families describe the look of a font in a general way. They are intended fo

A pointer to a null-terminated string that specifies the typeface name of the font. The length of this string must not exceed 32 characters, including the terminating null character. The <a href="/windows/desktop/api/wingdi/nf-wingdi-enumfontfamiliesa">EnumFontFamilies</a> function can be used to enumerate the typeface names of all currently available fonts. For more information, see the Remarks.

If <i>lpszFace</i> is <b>NULL</b> or empty string, GDI uses the first font that matches the other specified attributes.
If <i>pszFaceName</i> is <b>NULL</b> or empty string, GDI uses the first font that matches the other specified attributes.

## -returns

Expand Down