graphicsdeviceinterface/gdi/inc/gdiplatapi.h
changeset 45 36b2e23a8629
parent 36 01a6848ebfd7
child 116 171fae344dd4
equal deleted inserted replaced
36:01a6848ebfd7 45:36b2e23a8629
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    56  */
    56  */
    57 class RGlyphOutlineIterator 
    57 class RGlyphOutlineIterator 
    58     {
    58     {
    59 public:
    59 public:
    60     IMPORT_C RGlyphOutlineIterator();
    60     IMPORT_C RGlyphOutlineIterator();
    61     IMPORT_C TInt Open(CFont& aFont, TUint* aCodes, TInt aCount, TBool aHinted = EFalse);
    61     IMPORT_C TInt Open(CFont& aFont, const TUint* aCodes, TInt aCount, TBool aHinted = EFalse);
    62     IMPORT_C TInt Next();
    62     IMPORT_C TInt Next();
    63     IMPORT_C const TUint8 *Outline() const;
    63     IMPORT_C const TUint8 *Outline() const;
    64     IMPORT_C TInt OutlineLength() const;
    64     IMPORT_C TInt OutlineLength() const;
    65     IMPORT_C void Close();
    65     IMPORT_C void Close();
    66 private:
    66 private: