Skip to content
Open
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
7 changes: 2 additions & 5 deletions sdk-api-src/content/gdiplustypes/ne-gdiplustypes-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,15 @@ Indicates that the specified style is not available for the specified font famil

### -field NotTrueTypeFont:16

Indicates that the font retrieved from an
<b>HDC</b> or
<b>LOGFONT</b> is not a TrueType font and cannot be used with GDI+.
Indicates that the font retrieved from an <b>HDC</b> or <b>LOGFONT</b> is not a TrueType font and cannot be used with GDI+.

### -field UnsupportedGdiplusVersion:17

Indicates that the version of GDI+ that is installed on the system is incompatible with the version with which the application was compiled.

### -field GdiplusNotInitialized:18

Indicates that the GDI+API is not in an initialized state. To function, all GDI+ objects require that GDI+ be in an initialized state. Initialize GDI+ by calling
<a href="/windows/desktop/api/gdiplusinit/nf-gdiplusinit-gdiplusstartup">GdiplusStartup</a>.
Indicates that the GDI+ API is not in an initialized state. To function, all GDI+ objects require that GDI+ be in an initialized state. Initialize GDI+ by calling <a href="/windows/desktop/api/gdiplusinit/nf-gdiplusinit-gdiplusstartup">GdiplusStartup</a>.

### -field PropertyNotFound:19

Expand Down