layouts/aknlayout2/generated/Vga4_touch_akn_app/CdlFont.cdl.custom.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:48:30 +0200
branchRCL_3
changeset 32 d9c996538b26
parent 0 05e9090e2422
child 111 2fab78db5d89
permissions -rw-r--r--
Revision: 201007 Kit: 201008

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
// This file was generated from CdlFont.cdl.
// It contains the customisation API.
// It should not be modified manually.

#ifndef CDLFONT_CDL_CUSTOM_H
#define CDLFONT_CDL_CUSTOM_H

#include <CdlEngDef.h>
#include "CdlFont.cdl.common.h"

namespace CDL_Font
{

// This structure defines the interface to a customisation instance.
// A customisation instance must supply an instance of this structure, with the pointer
// members either being NULL, or pointing at functions or data of the correct type.
struct SCdlImpl
	{
	TCdlArray<SIdMetricsPair> const* metricsArray;
	TCdlArray<SLogicalIdMetricsIdPair> const* logicalIdMapArray;
	};

} // end of namespace CDL_Font
#endif // CDLFONT_CDL_CUSTOM_H