32
|
1 |
/*
|
|
2 |
* Copyright (c) 1999-2009 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 "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 |
* Font utilities and test UI fonts
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
/**
|
|
21 |
@file
|
|
22 |
*/
|
|
23 |
|
|
24 |
|
|
25 |
PRJ_PLATFORMS
|
|
26 |
DEFAULT TOOLS
|
|
27 |
|
|
28 |
PRJ_EXPORTS
|
|
29 |
|
|
30 |
eon_font.iby /epoc32/rom/include/eon_font.iby
|
|
31 |
../group/ttf2bdf.ipr /epoc32/engdoc/tools/ttf2bdf.ipr
|
|
32 |
|
|
33 |
../inc/FONTIDS.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(fontids.h)
|
|
34 |
|
|
35 |
#ifndef TOOLS
|
|
36 |
../bitmap/fntfiles/eon14.gdr z:/resource/fonts/eon14.gdr
|
|
37 |
../truetype/DejaVuSans.ttf z:/resource/fonts/DejaVuSans.ttf
|
|
38 |
../truetype/DejaVuSans-Bold.ttf z:/resource/fonts/DejaVuSans-Bold.ttf
|
|
39 |
../truetype/DejaVuSans-Oblique.ttf z:/resource/fonts/DejaVuSans-Oblique.ttf
|
|
40 |
../truetype/DejaVuSans-BoldOblique.ttf z:/resource/fonts/DejaVuSans-BoldOblique.ttf
|
|
41 |
../truetype/DejaVuSans-ExtraLight.ttf z:/resource/fonts/DejaVuSans-ExtraLight.ttf
|
|
42 |
../truetype/DejaVuSansCondensed.ttf z:/resource/fonts/DejaVuSansCondensed.ttf
|
|
43 |
../truetype/DejaVuSansCondensed-Bold.ttf z:/resource/fonts/DejaVuSansCondensed-Bold.ttf
|
|
44 |
../truetype/DejaVuSansCondensed-Oblique.ttf z:/resource/fonts/DejaVuSansCondensed-Oblique.ttf
|
|
45 |
../truetype/DejaVuSansCondensed-BoldOblique.ttf z:/resource/fonts/DejaVuSansCondensed-BoldOblique.ttf
|
|
46 |
../truetype/DejaVuSansMono.ttf z:/resource/fonts/DejaVuSansMono.ttf
|
|
47 |
../truetype/DejaVuSansMono-Bold.ttf z:/resource/fonts/DejaVuSansMono-Bold.ttf
|
|
48 |
../truetype/DejaVuSansMono-Oblique.ttf z:/resource/fonts/DejaVuSansMono-Oblique.ttf
|
|
49 |
../truetype/DejaVuSansMono-BoldOblique.ttf z:/resource/fonts/DejaVuSansMono-BoldOblique.ttf
|
|
50 |
../truetype/DejaVuSerif.ttf z:/resource/fonts/DejaVuSerif.ttf
|
|
51 |
../truetype/DejaVuSerif-Bold.ttf z:/resource/fonts/DejaVuSerif-Bold.ttf
|
|
52 |
../truetype/DejaVuSerif-Italic.ttf z:/resource/fonts/DejaVuSerif-Italic.ttf
|
|
53 |
../truetype/DejaVuSerif-BoldItalic.ttf z:/resource/fonts/DejaVuSerif-BoldItalic.ttf
|
|
54 |
../truetype/DejaVuSerifCondensed.ttf z:/resource/fonts/DejaVuSerifCondensed.ttf
|
|
55 |
../truetype/DejaVuSerifCondensed-Bold.ttf z:/resource/fonts/DejaVuSerifCondensed-Bold.ttf
|
|
56 |
../truetype/DejaVuSerifCondensed-Italic.ttf z:/resource/fonts/DejaVuSerifCondensed-Italic.ttf
|
|
57 |
../truetype/DejaVuSerifCondensed-BoldItalic.ttf z:/resource/fonts/DejaVuSerifCondensed-BoldItalic.ttf
|
|
58 |
../truetype/MYuppyGB-Medium.ttf z:/resource/fonts/MYuppyGB-Medium.ttf
|
|
59 |
#endif
|
|
60 |
|
|
61 |
PRJ_MMPFILES
|
|
62 |
#ifndef TOOLS
|
|
63 |
|
|
64 |
#ifdef WINS
|
|
65 |
../group/ttf2bdf.mmp // uses rasteriser
|
|
66 |
#endif
|
|
67 |
#endif
|