summaryrefslogtreecommitdiff
path: root/!TTF2f/!Help
blob: 974a6fc1c2fc0f1249c218d74c183f95b8ffbbd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
TTF2f
-----

TTF2f converts TTF and other font formats supported by FreeType2 
(http://www.freetype.org) to RISC OS format fonts suitable for use with
the Unicode Font Manager.

NOTE: Please read the section "Converting a font" as a minimum _before_ 
      using this software.

Contents
========

1. Converting a font
2. Progress Bar
3. Future Enhancements
4. Known Issues
5. Licence
6. Credits and Copyrights


1. Converting a font
====================

  In order to convert a font, follow the following process:

    1) Run the application and open the main window.
    2) Drag the source font file to the window - the file path will appear 
       in the Converting display field.
    3) Choose a RISC OS font name for the font and enter it into the 
       Fontname writable field.
    4) Select the location to save the output font from the drop down menu
       (this is comprised of all entries in your current Font$Path)
    5) Click convert and wait for conversion to complete.

2. Progress Bar
===============

  During the conversion process, the progress bar will be filled three 
  times - once per file being created. This is indicated by the colour of
  the bar:

    Dark Green indicates that the glyph metrics are being extracted.
    Red indicates that the IntMetrics file is being written.
    Blue indicates that the Outlines file is being written.
    Green indicates that the Encoding file is being written.


3. Future Enhancements
======================

  There are a number of possible enhancements which could be made to TTF2f.

  1) Kerning data.

     At present, any kerning data present in the source font is ignored. It
     may be desirable to copy this data across into the RISC OS IntMetrics
     file.

  2) Improve conversion speed.

     TTF2f is not particularly fast at conversion, although in most cases
     conversion time should be acceptable. Particularly large fonts do take
     some time to convert (for example; BitStream.Cyberbit (a font  
     containing about 30,000 glyphs which cover much of the common Unicode 
     character range) takes approximately 25 minutes to convert on my 
     Iyonix).


4. Known Issues
===============

  At the time of writing there is one known issue.

  1) Attempts to quit TTF2f whilst conversion is occuring will be ignored 
     (this includes use of Alt-Break).


5. Licence
==========

  Copyright (c) 2004-11, J-M Bell <jmb@netsurf-browser.org>.
  All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:
    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
 
    THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
    PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS 
    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
    THE POSSIBILITY OF SUCH DAMAGE.


6. Credits & Copyrights
=======================

Section Contents
----------------

	1) TTF2PT1 licence
	2a) FreeType declaration
	2b) FreeType PCF driver licence

1) TTF2PT1 Licence
~~~~~~~~~~~~~~~~~~
This product includes software developed by the TTF2PT1 Project and its
contributors under the following licence:

  Copyright (c) 1997-2003 by the AUTHORS:
   Andrew Weeks <ccsaw@bath.ac.uk> 
   Frank M. Siegert <fms@this.net> 
   Mark Heath <mheath@netspace.net.au> 
   Thomas Henlich <thenlich@rcs.urz.tu-dresden.de>
   Sergey Babkin <babkin@users.sourceforge.net>, <sab123@hotmail.com>
   Turgut Uyar <uyar@cs.itu.edu.tr>
   Rihardas Hepas <rch@WriteMe.Com>
   Szalay Tamas <tomek@elender.hu>
   Johan Vromans <jvromans@squirrel.nl>
   Petr Titera <P.Titera@sh.cvut.cz>
   Lei Wang <lwang@amath8.amt.ac.cn>
   Chen Xiangyang <chenxy@sun.ihep.ac.cn>
   Zvezdan Petkovic <z.petkovic@computer.org>
   Rigel <rigel863@yahoo.com>
  All rights reserved.
 
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. All advertising materials mentioning features or use of this software
     must display the following acknowledgement:
       This product includes software developed by the TTF2PT1 Project
       and its contributors.
 
  THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.

2a) FreeType Declaration
~~~~~~~~~~~~~~~~~~~~~~~~
  Portions of this software are copyright � 1996-2002 The FreeType Project 
  (www.freetype.org).  All rights reserved.

2b) FreeType PCF driver licence
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The PCF driver component of libfreetype is distributed under the following 
licence:

  Copyright (C) 2000 by Francesco Zappa Nardelli

  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:

  The above copyright notice and this permission notice shall be
  included in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.