1.1 --- a/epoc32/include/fbsmessage.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,85 +0,0 @@
1.4 -// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 -// All rights reserved.
1.6 -// This component and the accompanying materials are made available
1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 -// which accompanies this distribution, and is available
1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 -//
1.11 -// Initial Contributors:
1.12 -// Nokia Corporation - initial contribution.
1.13 -//
1.14 -// Contributors:
1.15 -//
1.16 -// Description:
1.17 -//
1.18 -
1.19 -#ifndef __FBSMESSAGE_H__
1.20 -#define __FBSMESSAGE_H__
1.21 -
1.22 -/**
1.23 -@internalComponent
1.24 -*/
1.25 -enum TFbsMessage
1.26 - {
1.27 - EFbsMessInit,
1.28 - EFbsMessShutdown,
1.29 - EFbsMessClose,
1.30 - EFbsMessResourceCount,
1.31 - EFbsMessNumTypefaces,
1.32 - EFbsMessTypefaceSupport,
1.33 - EFbsMessFontHeightInTwips,
1.34 - EFbsMessFontHeightInPixels,
1.35 - EFbsMessAddFontStoreFile,
1.36 - EFbsMessInstallFontStoreFile,
1.37 - EFbsMessRemoveFontStoreFile,
1.38 - EFbsMessSetPixelHeight,
1.39 - EFbsMessGetFontById,
1.40 - EFbsMessFontDuplicate,
1.41 - EFbsMessBitmapCreate,
1.42 - EFbsMessBitmapResize,
1.43 - EFbsMessBitmapDuplicate,
1.44 - EFbsMessBitmapLoad,
1.45 - EFbsMessDefaultAllocFail,
1.46 - EFbsMessDefaultMark,
1.47 - EFbsMessDefaultMarkEnd,
1.48 - EFbsMessUserAllocFail,
1.49 - EFbsMessUserMark,
1.50 - EFbsMessUserMarkEnd,
1.51 - EFbsMessHeapCheck,
1.52 - EFbsMessRasterize,
1.53 - EFbsMessFaceAttrib,
1.54 - EFbsMessHasCharacter,
1.55 - EFbsMessSetDefaultGlyphBitmapType,
1.56 - EFbsMessGetDefaultGlyphBitmapType,
1.57 - EFbsMessFontNameAlias,
1.58 - EFbsMessBitmapCompress,
1.59 - EFbsMessGetHeapSizes,
1.60 - EFbsMessGetNearestFontToDesignHeightInTwips,
1.61 - EFbsMessGetNearestFontToMaxHeightInTwips,
1.62 - EFbsMessGetNearestFontToDesignHeightInPixels,
1.63 - EFbsMessGetNearestFontToMaxHeightInPixels,
1.64 - EFbsMessShapeText,
1.65 - EFbsMessShapeDelete,
1.66 - EFbsMessDefaultLanguageForMetrics,
1.67 - EFbsMessSetTwipsHeight,
1.68 - EFbsMessGetTwipsHeight,
1.69 - EFbsCompress,
1.70 - EFbsMessBitmapBgCompress,
1.71 - EFbsUnused1,
1.72 - EFbsSetSystemDefaultTypefaceName,
1.73 - EFbsGetAllBitmapHandles,
1.74 - EFbsMessCreateLinkedTypeface, //linked font registration
1.75 - EFbsMessSetHeapFail, //for memory testing only
1.76 - EFbsMessHeapCount, //for memory testing only
1.77 - EFbsMessSetHeapReset, //for memory testing only
1.78 - EFbsMessSetHeapCheck, //for memory testing only
1.79 - EFbsMessHeap, //for memory testing only
1.80 - EFbsMessLinkedCache, //to put a character in the linked fonts cache
1.81 - EFbsMessBitmapClean, // replace a dirty bitmap with the clean one
1.82 - EFbsMessBitmapLoadFast, // for loading bitmap from mbm or rsc file not opened by the client
1.83 - EFbsMessBitmapNotifyDirty, // notify when any bitmap becomes dirty
1.84 - EFbsMessBitmapCancelNotifyDirty, // cancel request for notification of any bitmap becoming dirty
1.85 - EFbsMessSetDuplicateFail, //Test Only - cause font duplicate to fail, or reset this
1.86 - };
1.87 -
1.88 -#endif // __FBSMESSAGE_H__