webengine/osswebengine/WebKit/s60/data/browserctrl.rss
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    OSSB
       
    21 
       
    22 #include <eikon.rh>
       
    23 #include "eikon.rsg"
       
    24 
       
    25 RESOURCE RSS_SIGNATURE { }
       
    26 	
       
    27 RESOURCE TBUF { buf="OSS"; }
       
    28 
       
    29 #define KDefaultFontHeight 180
       
    30 
       
    31 //  RESOURCE DEFINITIONS 
       
    32 
       
    33 //----------------------------------------------------
       
    34 //
       
    35 //	Browser fonts
       
    36 //
       
    37 //	Currently we're using fonts created both by
       
    38 //	the system and by us.
       
    39 //
       
    40 //----------------------------------------------------
       
    41 //
       
    42 RESOURCE ARRAY r_browser_fonts
       
    43 	{
       
    44 	items =
       
    45 		{
       
    46 		NAMED_FONT			// italic12
       
    47 			{
       
    48 			name = "Alpi12";
       
    49 			height = KDefaultFontHeight;
       
    50 			},
       
    51 		NAMED_FONT			// bold-italic12
       
    52 			{
       
    53 			name = "Albi12";
       
    54 			height = KDefaultFontHeight;
       
    55 			},
       
    56 		NAMED_FONT			// plain13
       
    57 			{
       
    58 			name = "Alp13";
       
    59 			height = KDefaultFontHeight;
       
    60 			},
       
    61 		NAMED_FONT			// italic13
       
    62 			{
       
    63 			name = "Alpi13";
       
    64 			height = KDefaultFontHeight;
       
    65 			},
       
    66 		NAMED_FONT			// bold-italic13
       
    67 			{
       
    68 			name = "Albi13";
       
    69 			height = KDefaultFontHeight;
       
    70 			},
       
    71 		NAMED_FONT			// plain17
       
    72 			{
       
    73 			name = "Alp17";
       
    74 			height = KDefaultFontHeight;
       
    75 			},
       
    76 		NAMED_FONT			// italic17
       
    77 			{
       
    78 			name = "Alpi17";
       
    79 			height = KDefaultFontHeight;
       
    80 			},
       
    81 		NAMED_FONT			// bold-italic17
       
    82 			{
       
    83 			name = "Albi17b";
       
    84 			height = KDefaultFontHeight;
       
    85 			}
       
    86 		};
       
    87 	}
       
    88 
       
    89 // End of File