Enum DirectWriteError
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
public enum DirectWriteError
Fields
FileFormat = -2003283968
Indicates an error in an input file such as a font file.
DWRITE_E_FILEFORMAT
Unexpected = -2003283967
Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from.
DWRITE_E_UNEXPECTED
NoFont = -2003283966
Indicates the specified font does not exist.
DWRITE_E_NOFONT
NoColor = -2003283956
Indicates that the font has no color information. This is returned from IDWriteFactory4::TranslateColorGlyphRun().
DWRITE_E_NOCOLOR
FileNotFound = -2003283965
A font file could not be opened because the file, directory, network location, drive, or other storage location does not exist or is unavailable.
DWRITE_E_FILENOTFOUND
FileAccess = -2003283964
A font file exists but could not be opened due to access denied, sharing violation, or similar error.
DWRITE_E_FILEACCESS
FontCollectionObsolete = -2003283963
A font collection is obsolete due to changes in the system.
DWRITE_E_FONTCOLLECTIONOBSOLETE
AlreadyRegistered = -2003283962
The given interface is already registered.
DWRITE_E_ALREADYREGISTERED
RemoteFont = -2003283955
The remote font could not be constructed.
DWRITE_E_REMOTEFONT
FontCacheFormat = -2003283961
The font cache contains invalid data.
DWRITE_E_CACHEFORMAT
FontCacheVersion = -2003283960
A font cache file corresponds to a different version of DirectWrite.
DWRITE_E_CACHEVERSION
FontDownloadFailed = -2003283953
The font download failed.
DWRITE_E_DOWNLOADFAILED
TooManyFontDownloads = -2003283952
There are too many active font downloads.
DWRITE_E_TOOMANYDOWNLOADS
FontDownloadCancelled = -2003283954
The font download was cancelled.
DWRITE_E_DOWNLOADCANCELLED
UnsupportedOperation = -2003283959
The operation is not supported for this type of font.
DWRITE_E_UNSUPPORTEDOPERATION
FlowDirectionConflicts = -2003283957
The reading direction and flow direction must be 90 degrees orthogonal to each other.
DWRITE_E_FLOWDIRECTIONCONFLICTS
TextRendererIncompatible = -2003283958
When setting a vertical text direction, you must pass an interface that implements IDWriteTextRenderer1.
DWRITE_E_TEXTRENDERERINCOMPATIBLE