webengine/osswebengine/WebKit/s60/data/Fonts.rssi
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 #define KDefaultFontHeight 180
       
    20 
       
    21 //  RESOURCE DEFINITIONS 
       
    22 
       
    23 //----------------------------------------------------
       
    24 //
       
    25 //	Browser fonts
       
    26 //
       
    27 //	Currently we're using fonts created both by
       
    28 //	the system and by us.
       
    29 //
       
    30 //----------------------------------------------------
       
    31 //
       
    32 RESOURCE ARRAY r_browser_fonts
       
    33 	{
       
    34 	items =
       
    35 		{
       
    36 		NAMED_FONT			// italic12
       
    37 			{
       
    38 			name = "Alpi12";
       
    39 			height = KDefaultFontHeight;
       
    40 			},
       
    41 		NAMED_FONT			// bold-italic12
       
    42 			{
       
    43 			name = "Albi12";
       
    44 			height = KDefaultFontHeight;
       
    45 			},
       
    46 		NAMED_FONT			// plain13
       
    47 			{
       
    48 			name = "Alp13";
       
    49 			height = KDefaultFontHeight;
       
    50 			},
       
    51 		NAMED_FONT			// italic13
       
    52 			{
       
    53 			name = "Alpi13";
       
    54 			height = KDefaultFontHeight;
       
    55 			},
       
    56 		NAMED_FONT			// bold-italic13
       
    57 			{
       
    58 			name = "Albi13";
       
    59 			height = KDefaultFontHeight;
       
    60 			},
       
    61 		NAMED_FONT			// plain17
       
    62 			{
       
    63 			name = "Alp17";
       
    64 			height = KDefaultFontHeight;
       
    65 			},
       
    66 		NAMED_FONT			// italic17
       
    67 			{
       
    68 			name = "Alpi17";
       
    69 			height = KDefaultFontHeight;
       
    70 			},
       
    71 		NAMED_FONT			// bold-italic17
       
    72 			{
       
    73 			name = "Albi17b";
       
    74 			height = KDefaultFontHeight;
       
    75 			}
       
    76 		};
       
    77 	}
       
    78 
       
    79 // End of File