author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 11:34:25 +0300 | |
changeset 51 | a7c938434754 |
parent 32 | 8b9155204a54 |
permissions | -rw-r--r-- |
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 |
|
51
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
31 |
reffonts_for_sirocco.iby /epoc32/rom/include/reffonts_for_sirocco.iby |
32 | 32 |
../group/ttf2bdf.ipr /epoc32/engdoc/tools/ttf2bdf.ipr |
33 |
||
51
a7c938434754
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
32
diff
changeset
|
34 |
|
32 | 35 |
../inc/FONTIDS.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(fontids.h) |
36 |
||
37 |
#ifndef TOOLS |
|
38 |
../bitmap/fntfiles/eon14.gdr z:/resource/fonts/eon14.gdr |
|
39 |
../truetype/DejaVuSans.ttf z:/resource/fonts/DejaVuSans.ttf |
|
40 |
../truetype/DejaVuSans-Bold.ttf z:/resource/fonts/DejaVuSans-Bold.ttf |
|
41 |
../truetype/DejaVuSans-Oblique.ttf z:/resource/fonts/DejaVuSans-Oblique.ttf |
|
42 |
../truetype/DejaVuSans-BoldOblique.ttf z:/resource/fonts/DejaVuSans-BoldOblique.ttf |
|
43 |
../truetype/DejaVuSans-ExtraLight.ttf z:/resource/fonts/DejaVuSans-ExtraLight.ttf |
|
44 |
../truetype/DejaVuSansCondensed.ttf z:/resource/fonts/DejaVuSansCondensed.ttf |
|
45 |
../truetype/DejaVuSansCondensed-Bold.ttf z:/resource/fonts/DejaVuSansCondensed-Bold.ttf |
|
46 |
../truetype/DejaVuSansCondensed-Oblique.ttf z:/resource/fonts/DejaVuSansCondensed-Oblique.ttf |
|
47 |
../truetype/DejaVuSansCondensed-BoldOblique.ttf z:/resource/fonts/DejaVuSansCondensed-BoldOblique.ttf |
|
48 |
../truetype/DejaVuSansMono.ttf z:/resource/fonts/DejaVuSansMono.ttf |
|
49 |
../truetype/DejaVuSansMono-Bold.ttf z:/resource/fonts/DejaVuSansMono-Bold.ttf |
|
50 |
../truetype/DejaVuSansMono-Oblique.ttf z:/resource/fonts/DejaVuSansMono-Oblique.ttf |
|
51 |
../truetype/DejaVuSansMono-BoldOblique.ttf z:/resource/fonts/DejaVuSansMono-BoldOblique.ttf |
|
52 |
../truetype/DejaVuSerif.ttf z:/resource/fonts/DejaVuSerif.ttf |
|
53 |
../truetype/DejaVuSerif-Bold.ttf z:/resource/fonts/DejaVuSerif-Bold.ttf |
|
54 |
../truetype/DejaVuSerif-Italic.ttf z:/resource/fonts/DejaVuSerif-Italic.ttf |
|
55 |
../truetype/DejaVuSerif-BoldItalic.ttf z:/resource/fonts/DejaVuSerif-BoldItalic.ttf |
|
56 |
../truetype/DejaVuSerifCondensed.ttf z:/resource/fonts/DejaVuSerifCondensed.ttf |
|
57 |
../truetype/DejaVuSerifCondensed-Bold.ttf z:/resource/fonts/DejaVuSerifCondensed-Bold.ttf |
|
58 |
../truetype/DejaVuSerifCondensed-Italic.ttf z:/resource/fonts/DejaVuSerifCondensed-Italic.ttf |
|
59 |
../truetype/DejaVuSerifCondensed-BoldItalic.ttf z:/resource/fonts/DejaVuSerifCondensed-BoldItalic.ttf |
|
60 |
../truetype/MYuppyGB-Medium.ttf z:/resource/fonts/MYuppyGB-Medium.ttf |
|
61 |
#endif |
|
62 |
||
63 |
PRJ_MMPFILES |
|
64 |
#ifndef TOOLS |
|
65 |
||
66 |
#ifdef WINS |
|
67 |
../group/ttf2bdf.mmp // uses rasteriser |
|
68 |
#endif |
|
69 |
#endif |