os/graphics/graphicstools/bitmapfonttools/inc/PDRREADR.H
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicstools/bitmapfonttools/inc/PDRREADR.H	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,175 @@
     1.4 +/*
     1.5 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Header PDRREADR.H
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +#ifndef __PDRREADR_H__
    1.24 +#define __PDRREADR_H__
    1.25 +
    1.26 +#include "LEXICAL.H"
    1.27 +#include "PDRRECRD.H"
    1.28 +#include "READER.H"
    1.29 +/**
    1.30 +Resource identifiers
    1.31 +@internalComponent
    1.32 +*/
    1.33 +const String IdentResources("Resources");
    1.34 +const String IdentTranslates("Translates");
    1.35 +const String IdentFontInfo("FontInfo");
    1.36 +const String IdentTypefaceFonts("TypefaceFonts");
    1.37 +const String IdentModel("Model");
    1.38 +const String IdentPdrStoreFile("PdrStoreFile");
    1.39 +//const String IdentExtraInfo("ExtraInfo");
    1.40 +/**
    1.41 +Resources identifiers
    1.42 +@internalComponent
    1.43 +*/
    1.44 +const String IdentEndResources("EndResources");
    1.45 +
    1.46 +/**
    1.47 +Translates identifiers
    1.48 +@internalComponent
    1.49 +*/
    1.50 +const String IdentEndTranslates("EndTranslates");
    1.51 +/**
    1.52 +Codesection identifiers
    1.53 +@internalComponent
    1.54 +*/
    1.55 +const String IdentEndCodeSection("EndCodeSection");
    1.56 +
    1.57 +/**
    1.58 +Fontinfo identifiers
    1.59 +@internalComponent
    1.60 +*/
    1.61 +const String IdentEndFontInfo("EndFontInfo");
    1.62 +const String IdentAscent("Ascent");
    1.63 +const String IdentMaxNormalCharWidth("MaxNormalCharWidth");
    1.64 +const String IdentCodeSection("CodeSection");
    1.65 +
    1.66 +/**
    1.67 +Fontheight identifiers
    1.68 +@internalComponent
    1.69 +*/
    1.70 +const String IdentEndFontHeight("EndFontHeight");
    1.71 +const String IdentHeight("Height");
    1.72 +const String IdentWidthScale("WidthScale");
    1.73 +const String IdentNormal("Normal");
    1.74 +const String IdentBold("Bold");
    1.75 +const String IdentItalic("Italic");
    1.76 +const String IdentBoldItalic("BoldItalic");
    1.77 +const String IdentCommand("Command");
    1.78 +
    1.79 +/**
    1.80 +Scalable fontheight identifiers
    1.81 +@internalComponent
    1.82 +*/
    1.83 +const String IdentEndScalableFontHeight("EndScalableFontHeight");
    1.84 +const String IdentHeightMin("HeightMin");
    1.85 +const String IdentHeightMax("HeightMax");
    1.86 +const String IdentHeightDelta("HeightDelta");
    1.87 +    // uses FontHeight IdentNormal etc
    1.88 +/**
    1.89 +Typefacefonts identifiers
    1.90 +@internalComponent
    1.91 +*/
    1.92 +const String IdentEndTypefaceFonts("EndTypefaceFonts");
    1.93 +const String IdentTypefaceTranslates("Translates");
    1.94 +const String IdentTypefaceName("Name");
    1.95 +const String IdentProportional("Proportional");
    1.96 +const String IdentSerif("Serif");
    1.97 +const String IdentSymbol("Symbol");
    1.98 +const String IdentFontHeight("FontHeight");
    1.99 +const String IdentScalableFontHeight("ScalableFontHeight");
   1.100 +
   1.101 +// Extra info identifiers
   1.102 +//const String IdentEndExtraInfo("EndExtraInfo");
   1.103 +/**
   1.104 +Model identifiers
   1.105 +@internalComponent
   1.106 +*/
   1.107 +const String IdentEndModel("EndModel");
   1.108 +const String IdentModelName("Name");
   1.109 +const String IdentRequiresPrinterPort("RequiresPrinterPort");
   1.110 +const String IdentModelFlags("Flags");
   1.111 +const String IdentModelUid("Uid");
   1.112 +const String IdentModelResources("Resources");
   1.113 +const String IdentKPixelWidth("KPixelWidth");
   1.114 +const String IdentKPixelHeight("KPixelHeight");
   1.115 +const String IdentPortraitOffset("PortraitOffset");
   1.116 +const String IdentLandscapeOffset("LandscapeOffset");
   1.117 +const String IdentMinMarginLeft("MinMarginLeft");
   1.118 +const String IdentMinMarginRight("MinMarginRight");
   1.119 +const String IdentMinMarginTop("MinMarginTop");
   1.120 +const String IdentMinMarginBottom("MinMarginBottom");
   1.121 +const String IdentDisplayMode("DisplayMode");
   1.122 +const String IdentTypefaceFontss("TypefaceFontss");
   1.123 +const String IdentSpareRecord("SpareRecord");
   1.124 +
   1.125 +/**
   1.126 +Typefacefontsentry identifiers
   1.127 +@internalComponent
   1.128 +*/
   1.129 +const String IdentEndTypefaceFontss("EndTypefaceFontss");
   1.130 +const String IdentNotInPortrait("NotInPortrait");
   1.131 +const String IdentNotInLandscape("NotInLandscape");
   1.132 +
   1.133 +/**
   1.134 +Pdrstorefile identifiers
   1.135 +@internalComponent
   1.136 +*/
   1.137 +const String IdentEndPdrStoreFile("EndPdrStoreFile");
   1.138 +const String IdentPDLName("PDLName");
   1.139 +const String IdentPDLUid("PDLUid");
   1.140 +const String IdentModels("Models");
   1.141 +const String IdentEndModels("EndModels");
   1.142 +
   1.143 +class PdrReader : public Reader
   1.144 +/**
   1.145 +@internalComponent
   1.146 +*/
   1.147 +	{
   1.148 +public:
   1.149 +	IMPORT_C PdrReader();
   1.150 +	IMPORT_C boolean Read(const String& aFilename);
   1.151 +	IMPORT_C ~PdrReader();
   1.152 +	boolean ReadResources();
   1.153 +	boolean ReadTranslates();
   1.154 +	boolean ReadCodeSection(int aCode);
   1.155 +	boolean ReadFontInfo();
   1.156 +	boolean ReadStyle();
   1.157 +	boolean ReadFontHeight();
   1.158 +	boolean ReadScalableFontHeight();
   1.159 +	boolean ReadTypefaceFonts();
   1.160 +	boolean ReadModel();
   1.161 +	boolean ReadPdrStoreFile();
   1.162 +	IMPORT_C boolean Store(const String& aFilename);
   1.163 +	boolean Command(String& aCommand);
   1.164 +//	boolean ReadExtraInfo();
   1.165 +protected:
   1.166 +	PdrModelStore iPdrModelStore;
   1.167 +	PdrStoreFile* iPdrStoreFile;
   1.168 +	PdrResources* iResources;
   1.169 +	PdrTranslates* iTranslates;
   1.170 +	WidthsCodeSection* iCodeSection;
   1.171 +	FontInfo* iFontInfo;
   1.172 +	StyleIndex iIndex;
   1.173 +	PdrFontHeight* iFontHeight;
   1.174 +	TypefaceFonts* iTypefaceFonts;
   1.175 +	PrinterModelHeader* iModel;
   1.176 +	};
   1.177 +
   1.178 +#endif