--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/webengine/osswebengine/WebKit/s60/data/browserctrl.rss Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,89 @@
+/*
+* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "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:
+*
+*/
+
+
+// RESOURCE IDENTIFIER
+NAME OSSB
+
+#include <eikon.rh>
+#include "eikon.rsg"
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf="OSS"; }
+
+#define KDefaultFontHeight 180
+
+// RESOURCE DEFINITIONS
+
+//----------------------------------------------------
+//
+// Browser fonts
+//
+// Currently we're using fonts created both by
+// the system and by us.
+//
+//----------------------------------------------------
+//
+RESOURCE ARRAY r_browser_fonts
+ {
+ items =
+ {
+ NAMED_FONT // italic12
+ {
+ name = "Alpi12";
+ height = KDefaultFontHeight;
+ },
+ NAMED_FONT // bold-italic12
+ {
+ name = "Albi12";
+ height = KDefaultFontHeight;
+ },
+ NAMED_FONT // plain13
+ {
+ name = "Alp13";
+ height = KDefaultFontHeight;
+ },
+ NAMED_FONT // italic13
+ {
+ name = "Alpi13";
+ height = KDefaultFontHeight;
+ },
+ NAMED_FONT // bold-italic13
+ {
+ name = "Albi13";
+ height = KDefaultFontHeight;
+ },
+ NAMED_FONT // plain17
+ {
+ name = "Alp17";
+ height = KDefaultFontHeight;
+ },
+ NAMED_FONT // italic17
+ {
+ name = "Alpi17";
+ height = KDefaultFontHeight;
+ },
+ NAMED_FONT // bold-italic17
+ {
+ name = "Albi17b";
+ height = KDefaultFontHeight;
+ }
+ };
+ }
+
+// End of File