sl@0: // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Constants for the Gdi component. sl@0: sl@0: #ifndef GDICONSTS_H sl@0: #define GDICONSTS_H sl@0: /** sl@0: The default screen number. sl@0: @internalTechnology sl@0: */ sl@0: const TInt KDefaultScreenNo = 0; sl@0: sl@0: /** sl@0: Declaration of constant TUids for APIExtension to use as identifiers. sl@0: @internalTechnology sl@0: @released sl@0: */ sl@0: const TUid KGetUnderlineMetrics = {0x102827FB}; sl@0: const TUid KSetFastBlendDisabled = {0x10285A30}; sl@0: const TUid KSetShadowColor = {0x10282DA1}; sl@0: const TUid KGetShadowColor = {0x10282DA2}; sl@0: const TUid KDrawTextInContextUid = {0x10285BB3}; sl@0: const TUid KDrawTextInContextVerticalUid = {0x10285BB4}; sl@0: const TUid KDrawBoxTextInContextUid = {0x10285D4E}; sl@0: const TUid KDrawBoxTextInContextVerticalUid = {0x10285D4F}; sl@0: const TUid KTextInContextWidthInPixelsUid = {0x10285D50}; sl@0: const TUid KUidIsFbsBitmapGc = {0x10285BBE}; sl@0: sl@0: sl@0: #endif /* GDICONSTS_H */