graphicsdeviceinterface/gdi/inc/GDI.H
branchRCL_3
changeset 163 bbf46f59e123
parent 33 25f95128741d
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
   139 	EGdiPanic_InvalidInputParam		= 1,
   139 	EGdiPanic_InvalidInputParam		= 1,
   140 	/** Insufficient text for successful completion of the method */
   140 	/** Insufficient text for successful completion of the method */
   141 	EGdiPanic_OutOfText				= 2,
   141 	EGdiPanic_OutOfText				= 2,
   142 	/** Internal failure. */
   142 	/** Internal failure. */
   143 	EGdiPanic_Invariant				= 3,
   143 	EGdiPanic_Invariant				= 3,
   144 	/** Reserved panic codes. Not to be used. */
   144 	/** Unused panic codes. Can be reused if needed. */
   145 	EGdiPanic_Reserved1				= 4,
   145 	EGdiPanic_Unused1				= 4,
   146 	EGdiPanic_Reserved2				= 5,
   146 	EGdiPanic_Unused2				= 5,
   147 	/** Setting a typeface name that is too long */
   147 	/** Setting a typeface name that is too long */
   148 	EGdiPanic_TypefaceNameOverflow	= 6,
   148 	EGdiPanic_TypefaceNameOverflow	= 6,
   149 	};
   149 	};
   150 
   150 
   151 
   151 
  1227 const TUid KFontCapitalAscent	= {0x1020498E};
  1227 const TUid KFontCapitalAscent	= {0x1020498E};
  1228 const TUid KFontMaxAscent		= {0x10204B10};
  1228 const TUid KFontMaxAscent		= {0x10204B10};
  1229 const TUid KFontStandardDescent	= {0x10204B11};
  1229 const TUid KFontStandardDescent	= {0x10204B11};
  1230 const TUid KFontMaxDescent		= {0x10205AFC};
  1230 const TUid KFontMaxDescent		= {0x10205AFC};
  1231 const TUid KFontLineGap			= {0x10204B12};
  1231 const TUid KFontLineGap			= {0x10204B12};
  1232 
  1232 const TUid KFontGetFontTable    = {0x102872C1};
       
  1233 const TUid KFontGetGlyphOutline = {0x102872C2};
       
  1234 const TUid KFontReleaseGlyphOutline = {0x2002A1FD};
       
  1235 const TUid KFontReleaseFontTable = {0x2002AC24};
  1233 
  1236 
  1234 
  1237 
  1235 /** Abstract font interface.
  1238 /** Abstract font interface.
  1236 
  1239 
  1237 The CFont class provides a device-independent interface to a device-dependent 
  1240 The CFont class provides a device-independent interface to a device-dependent