Class DWriteError
DWrite error codes.
Inherited Members
Namespace: JeremyAnsel.DirectX.DWrite
Assembly: JeremyAnsel.DirectX.DWrite.dll
Syntax
public static class DWriteError
Fields
| Edit this page View SourceAlreadyRegistered
The given interface is already registered.
Declaration
public const int AlreadyRegistered = -2003283962
Field Value
Type | Description |
---|---|
int |
CacheFormat
The font cache contains invalid data.
Declaration
public const int CacheFormat = -2003283961
Field Value
Type | Description |
---|---|
int |
CacheVersion
A font cache file corresponds to a different version of DirectWrite.
Declaration
public const int CacheVersion = -2003283960
Field Value
Type | Description |
---|---|
int |
FileAccess
A font file exists but could not be opened due to access denied, sharing violation, or similar error.
Declaration
public const int FileAccess = -2003283964
Field Value
Type | Description |
---|---|
int |
FileFormat
Indicates an error in an input file such as a font file.
Declaration
public const int FileFormat = -2003283968
Field Value
Type | Description |
---|---|
int |
FileNotFound
A font file could not be opened because the file, directory, network location, drive, or other storage location does not exist or is unavailable.
Declaration
public const int FileNotFound = -2003283965
Field Value
Type | Description |
---|---|
int |
FlowDirectionConflicts
The flow direction conflicts with the reading direction. They must be perpendicular to each other.
Declaration
public const int FlowDirectionConflicts = -2003283957
Field Value
Type | Description |
---|---|
int |
FontCollectionObsolete
A font collection is obsolete due to changes in the system.
Declaration
public const int FontCollectionObsolete = -2003283963
Field Value
Type | Description |
---|---|
int |
NoColor
The font or glyph run does not contain any colored glyphs.
Declaration
public const int NoColor = -2003283956
Field Value
Type | Description |
---|---|
int |
NoFont
Indicates the specified font does not exist.
Declaration
public const int NoFont = -2003283966
Field Value
Type | Description |
---|---|
int |
TextRendererIncompatible
The version of the text renderer interface is not compatible.
Declaration
public const int TextRendererIncompatible = -2003283958
Field Value
Type | Description |
---|---|
int |
Unexpected
Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from.
Declaration
public const int Unexpected = -2003283967
Field Value
Type | Description |
---|---|
int |
UnsupportedOperation
The operation is not supported for this type of font.
Declaration
public const int UnsupportedOperation = -2003283959
Field Value
Type | Description |
---|---|
int |