graphicsdeviceinterface/gdi/sgdi/FONT.CPP
changeset 45 36b2e23a8629
parent 36 01a6848ebfd7
equal deleted inserted replaced
36:01a6848ebfd7 45:36b2e23a8629
  1674     {
  1674     {
  1675     // a null constructor.
  1675     // a null constructor.
  1676     }
  1676     }
  1677 
  1677 
  1678 EXPORT_C TInt
  1678 EXPORT_C TInt
  1679 RGlyphOutlineIterator::Open(CFont& aFont, TUint* aCodes, TInt aCount, TBool aHinted) 
  1679 RGlyphOutlineIterator::Open(CFont& aFont, const TUint* aCodes, TInt aCount, TBool aHinted) 
  1680     {
  1680     {
  1681     if (NULL == aCodes || 0 == aCount)
  1681     if (NULL == aCodes || 0 == aCount)
  1682         {
  1682         {
  1683         return KErrArgument;
  1683         return KErrArgument;
  1684         }
  1684         }