summaryrefslogtreecommitdiff
path: root/doc/rfc/rfc3073.txt
blob: 7c68c44a090d4716baf89b88fc368b26f987670c (plain) (blame)
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
Network Working Group                                         J. Collins
Request for Comments: 3073                                Bitstream Inc.
Category: Informational                                       March 2001


         Portable Font Resource (PFR) - application/font-tdpfr
                       MIME Sub-type Registration

Status of this Memo

   This memo provides information for the Internet community.  It does
   not specify an Internet standard of any kind.  Distribution of this
   memo is unlimited.

Copyright Notice

   Copyright (C) The Internet Society (2001).  All Rights Reserved.

Abstract

   This document describes the registration of the Multipurpose Internet
   Mail Extensions (MIME) sub-type application/font-tdpfr.  The encoding
   is defined by the PFR Specification.

   A Portable Font Resource (PFR) contains a set of glyph shapes.  Each
   glyph shape is associated with a character code.  The PFR format is
   designed to be both compact and platform-independent.  It is intended
   to facilitate accurate rendering of fonts in all environments whether
   or not they have the required fonts already installed.

1. Conventions used in this document

   The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
   document are to be interpreted as described in RFC-2119 [REQ].

2. Overview

   This document describes the registration of the MIME sub-type
   application/font-tdpfr.  The encoding is defined by [PFR].











Collins                      Informational                      [Page 1]
^L
RFC 3073                          PFR                         March 2001


3. PFR Definition

   PFR (Portable Font Resource) is defined by Bitstream Inc. in [PFR].
   The documentation can be obtained from Bitstream at:

   Bitstream Inc.
   215 First Street
   Cambridge MA 02142 U.S.A.
   Phone: +1 617 497 6222
   Fax:   +1 617 868 0784

   A copy of this specification can also be found at:

   http://www.bitstream.com/pfrspec/index.html

   While a brief scope and feature description is provided in this
   section as background information, the reader is directed to the
   original PFR specification [PFR] to obtain complete feature and
   technical details.

3.1 PFR Scope

   A PFR contains a set of glyph shapes.  Each glyph shape is associated
   with a character code.  The PFR format is designed to be both compact
   and platform-independent.  It is intended to facilitate accurate
   rendering of fonts in environments whether or not they have the
   required fonts already installed.

   The glyph shape definitions in a PFR are resolution-independent.
   This allows glyph definitions to be displayed or printed on devices
   with a wide variety of resolutions.  It also allows glyphs to be
   rendered at any size.

3.2 PFR Features

   Some of the features of the PFR format are:

    - Compact representation of glyph shapes

    - Independent of byte order and operating system

    - Independent of output device resolution

    - Fully scalable to any glyph size

    - Optional inclusion of bitmap glyph images

    - Adopted as the font standard by DAVIC, DVB, and DTG



Collins                      Informational                      [Page 2]
^L
RFC 3073                          PFR                         March 2001


4. Comments

   This document is submitted by J. Collins, Bitstream Inc.  All
   comments should be directed to <jcollins@bitstream.com>.

5. MIME Definition

   The PFR media type has been previously registered with IANA as
   application/vnd.truedoc.  In view of its subsequent widespread
   adoption as a standard font format by multiple standards bodies who
   have relationships with the Internet community, Bitstream has been
   asked to re-register this media type within the IETF tree.

6. IANA Registration

   To: ietf-types@iana.org
   Subject: Registration of Standard MIME Media type
       application/font-tdpfr

   MIME media type name: application

   MIME subtype name: font-tdpfr

   Required parameters: none

   Optional parameters: none

   Encoding considerations: Binary or base 64 required

   Security considerations:

      PFR uses a structure that can store glyph image data and encoding
      arrays.  The fields defined in the PFR specification are of a
      descriptive nature and provide information that is useful to
      facilitate viewing and rendering of glyph images by a recipient.
      As such, the fields currently defined in the PFR specification do
      not in themselves create additional security risks, since the
      fields are not used to induce any particular behavior by the
      recipient application.

      PFR has an extensible structure, so that it is theoretically
      possible that fields could be defined in the future which could be
      used to induce particular actions on the part of the recipient,
      thus presenting additional security risks, but this type of
      capability is not supported in the referenced PFR specification.
      Indeed, the definition of fields that would include such
      processing instructions is inconsistent with the goals and spirit
      of the PFR specification.



Collins                      Informational                      [Page 3]
^L
RFC 3073                          PFR                         March 2001


   Interoperability considerations: none

   Published specification:

      The specification for this content type is available on request
      from:

      Bitstream Inc.
      215 First Street
      Cambridge MA 02142 U.S.A.
      Phone: +1 617 497 6222
      Fax:   +1 617 868 0784

   A copy of this specification can also be found at:

      http://www.bitstream.com/pfrspec/index.html

   Applications which use this media type:

      Netscape Communicator, Bitstream WebFont Maker, Hexmac Typograph

   Additional information: None

   Magic number(s): 50 46 52 30 hex

   File extension(s): PFR

   Macintosh File Type Code(s): Creator: 'b$pw' Type: 'PFR '

   Person to contact for further information:

      "John Collins" <jcollins@bitstream.com>

   Intended usage: common

   Author/Change controller:

      "John Collins" <jcollins@bitstream.com>













Collins                      Informational                      [Page 4]
^L
RFC 3073                          PFR                         March 2001


7. References

   [REQ]   Bradner, S., "Key words for use in RFCs to Indicate
           Requirement Levels", BCP 14, RFC 2119, March 1997.

   [MIME1] Freed, N. and N. Borenstein,  "Multipurpose Internet Mail
           Extensions (MIME) Part One: Format of Internet Message
           Bodies", RFC 2045, November 1996.

   [MIME4] Freed, N. and N. Borenstein,  "Multipurpose Internet Mail
           Extensions (MIME) Part Four: Registration Procedures", RFC
           2048, November 1996.

   [PFR]   Bitstream Inc. "PFR Specification",
           http://www.bitstream.com/pfrspec/index.html

8. Author's Address

   John Collins
   Bitstream Inc.
   215 First Street
   Cambridge, MA 02142

   Phone: +1 617 520 8401
   Fax:   +1 617 868 0784
   EMail: jcollins@bitstream.com

























Collins                      Informational                      [Page 5]
^L
RFC 3073                          PFR                         March 2001


9.  Full Copyright Statement

   Copyright (C) The Internet Society (2001).  All Rights Reserved.

   This document and translations of it may be copied and furnished to
   others, and derivative works that comment on or otherwise explain it
   or assist in its implementation may be prepared, copied, published
   and distributed, in whole or in part, without restriction of any
   kind, provided that the above copyright notice and this paragraph are
   included on all such copies and derivative works.  However, this
   document itself may not be modified in any way, such as by removing
   the copyright notice or references to the Internet Society or other
   Internet organizations, except as needed for the purpose of
   developing Internet standards in which case the procedures for
   copyrights defined in the Internet Standards process must be
   followed, or as required to translate it into languages other than
   English.

   The limited permissions granted above are perpetual and will not be
   revoked by the Internet Society or its successors or assigns.

   This document and the information contained herein is provided on an
   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Acknowledgement

   Funding for the RFC Editor function is currently provided by the
   Internet Society.



















Collins                      Informational                      [Page 6]
^L