This enumeration holds the possible panic codes that may be raised by the GDI API on detecting an unrecoverable error.
Enumerator | Value | Description |
---|---|---|
EGdiPanic_Unknown | 0 |
Not used |
EGdiPanic_InvalidInputParam | 1 |
One or more of the input parameters to the interface were invalid |
EGdiPanic_OutOfText | 2 |
Insufficient text for successful completion of the method |
EGdiPanic_Invariant | 3 |
Internal failure. |
EGdiPanic_Unused1 | 4 |
Unused panic codes. Can be reused if needed. |
EGdiPanic_Unused2 | 5 | |
EGdiPanic_TypefaceNameOverflow | 6 |
Setting a typeface name that is too long |
Font underline flags.
Enumerator | Value | Description |
---|---|---|
EUnderlineOff |
Font is not underlined. | |
EUnderlineOn |
Font is underlined. |
Font strike-through flags.
Enumerator | Value | Description |
---|---|---|
EStrikethroughOff |
Font is not struck-through. | |
EStrikethroughOn |
Font is struck-through. |
const TInt | KMaxPrinterModelNameLength |
The maximum length of a printer model name.
See also: TPrinterModelName
typedef TBuf< KMaxPrinterModelNameLength > | TPrinterModelName |
const TInt | KPdrStoreFileUidVal |
The UID value of a printer specification data store.