Panics raised by clients of the font and bitmap server.
1
No connection has been made to the font and bitmap server.
2
Attempted to pass a command to the font and bitmap server, but no connection has been made.
3
Not used.
4
Not used.
5
Not used.
6
Internal typeface store error: the list of accessed fonts
(CTypefaceStore::iFontAccess
) is inconsistent with the font cache
(CFbsTypefaceStore::iTwipsCache
).
7
The typeface store was unable to create a font due to a NULL font handle or address.
8
Attempted to access a NULL font pointer (debug builds only).
9
Invalid bitmap format (debug builds only).
10
Invalid bitmap display mode (TDisplayMode
).
11
Invalid bitmap compression value
(TBitmapfileCompression
), or an unsupported operation was
attempted on a compressed bitmap.
12
Bitmap decompression error (debug builds only).
13
Memory addressing error.
14
Either the display mode of the destination bitmap is not
EColor256
, or the two bitmaps are different sizes in
CFbsColor256BitmapUtil::CopyBitmap()
.
15
An error occurred when constructing a hardware bitmap (debug builds only).
16
Not used.
17
Memory alignment error in a bitmap loaded from ROM.
18
Not used.
19
New display mode not supported by
CBitwiseBitmap::ChangeDisplayMode()
(debug builds only).
20
New display mode not supported by
CBitwiseBitmap::ChangeDisplayMode()
(debug builds only).
21
When swapping a bitmap's width and height, the size of the new bitmap would exceed the amount of memory allocated.
22
CFbsBitmap::LockHeap()
has not been called prior to
calling CFbsBitmap::DataAddress()
(debug builds only).