First public contribution.
1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __FONTARABIC_H__
17 #define __FONTARABIC_H__
26 // GlyphSelector_Arabic Class declaration
31 class GlyphSelector_Arabic
33 This is the default glyph selector class for Arabic characters in the range
34 0x0600..0x06FF. It is able to process Arabic base characters and combining
35 marks to construct the necessary output glyph cluster.
41 static TBool Process(TGlyphSelectionState& aGss, RShapeInfo&) ;
43 static TBool CharactersJoin(TInt aLeftCharacter, TInt aRightCharacter);
49 #endif // __FONTARABIC_H__