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