Annex A
(normative)

Registration Authority

The Registration Authority for font-related objects approved by ISO is:

Center for Global Communications (Glocom)
International University of Japan
Harks Roppongi Bldg. 2F, 6-15-21 Roppongi
Minato-ku, Tokyo, 106-0032
Japan
Telephone: +81-3-5411-6681
Facsimile: +81-3-5412-7111
Web: http://www.glocom.ac.jp

Annex B
(informative)

Projected Activity Report

B.1 Glyph register

At IS publication the glyph register will contain approximately 15 000 of the world's most commonly used glyphs. The glyphs are being provided to the Registry for printing of the register, free of charge, by the Association for Font Information Interchange (AFII) and supporting font vendors.

At IS publication plus two years, the glyph register will include an additional 40 000 glyphs representing East Asian languages. These glyphs are being provided free of charge by AFII personnel working in conjunction with East Asian countries and participating academic, industry. and government representatives. This base document or 55 000 glyphs is necessary to Provide a register of significant contribution to the font standard.

It is projected that additional growth to the register will be approximately 200 glyphs per year.

B.2 Glyph collection register

It is estimated that 50 collections per year will be registered during the first three years after IS status is obtained. Following this initial period of registration, it is projected that the number of requests will decline to a level of about 20 per year.

B.3 Font attribute Set register

It is estimated that 20 font attribute sets per year will be registered during the first three years after IS status is obtained. Following this initial period of registration, it is projected that the number of requests will increase to a level of about 50 per year.

B.4 Glyph index map register

It is estimated that 20 glyph index maps per year will be registered during the first three years after IS status is obtained. Following this initial period of registration, it is projected that the number of requests will increase to a level of about 50 per year.

B.5 ISO/IEC 10180 font reference font specification register

It is estimated that 20 ISO/IEC 10180 font reference font specifications per year will be registered during the first three years after IS status is obtained. Following this initial period of registration, it is projected that the number of requests will increase to a level of about 50 per year.

Annex C
(informative)

Sample registration requests

The following clauses provide examples of the registration request for each of the registries of this International Standard. The information is shown in a format that would be suitable for softcopy submission using an ISO/IEC 646 character code set.

C.1 Glyph registration request


<!-- SGML DTD for ISO/IEC 10036 Glyph Registration -->

<!-- (c) International Organization for Standardization 1991 Permission to copy in any form is granted for use with conforming WebSGML systems and applications as defined in ISO 8879:1986(WWW), provided this notice is included in all copies. -->

<!--
Glyph Registration Request Form DTD
Date: 16 June, 2000
-->
<!-- Public document type definition. Typical invocation:
<!DOCTYPE glyphrrf PUBLIC "ISO/IEC 10036:1996 TC:2000//DTD Glyph Registration Request Form//EN"> -->

<!-- DTD for Glyph Registration -->
<!DOCTYPE glyphrrf [

<!-- Registration Form -->
<!ELEMENT glyph_rr (requester, glyph_image, glyph_desc*, font*, attachment*)>

<!-- Requester -->
<!ELEMENT requester (name, organ, addr1, addr2, tel, fax, email, desc)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT organ (#PCDATA)>
<!ELEMENT addr1 (#PCDATA)>
<!ELEMENT addr2 (#PCDATA)>
<!ELEMENT tel (#PCDATA)>
<!ELEMENT fax (#PCDATA)>
<!ELEMENT email (#PCDATA)>
<!ELEMENT desc (#PCDATA)>

<!-- Glyph Information -->
<!ELEMENT glyph_image (shape_data, data_size, data_format)>
<!ELEMENT shape_data (IMG)>
<!ELEMENT IMG EMPTY>
<!ATTLIST IMG src CDATA #REQUIRED>
<!ELEMENT data_size (#PCDATA)>
<!ELEMENT data_format (#PCDATA)>

<!-- Glyph Descriptions -->
<!ELEMENT glyph_desc (description*, function*)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT function (#PCDATA)>

<!-- Font Information -->
<!ELEMENT font (font_data, (code_point, code_sys)*, (related_code, code_sys)*)>
<!ELEMENT font_data EMPTY>
<!ATTLIST font_data src CDATA #REQUIRED>
<!ELEMENT code_point (#PCDATA)>
<!ELEMENT related_code (#PCDATA)>
<!ELEMENT code_sys (#PCDATA)>

<!-- Attachment Information -->
<!ELEMENT attachment (audio*, video*, related_URI*, aux*)>
<!ELEMENT audio ((audio_data, data_format) | related_URI)>
<!ELEMENT video ((video_data, data_format) | related_URI)>
<!ELEMENT related_URI (#PCDATA)>
<!ELEMENT aux (#PCDATA)>
<!ELEMENT audio_data EMPTY>
<!ATTLIST audio_data src CDATA #REQUIRED>
<!ELEMENT video_data EMPTY>
<!ATTLIST video_data src CDATA #REQUIRED>

]>

C.2 Glyph collection registration request


<!-- SGML DTD for ISO/IEC 10036 Glyph Collection Registration -->

<!-- (c) International Organization for Standardization 1991 Permission to copy in any form is granted for use with conforming WebSGML systems and applications as defined in ISO 8879:1986(WWW), provided this notice is included in all copies. -->
<!--
Glyph Collection Registration Request Form DTD
Date: 16 June, 2000
-->

<!-- Public document type definition. Typical invocation:
<!DOCTYPE glyphcrrf PUBLIC "ISO/IEC 10036:1996 TC:2000//DTD Glyph Collection Registration Request Form//EN"> -- >

<!-- DTD for Glyph Collection Registration -->
<!DOCTYPE glyphcrrf [

<!-- Registration Form -->
<!ELEMENT glyph_crr (requester, glyph_IDs, glyph_coldesc*, font*, attachment* )>

<!-- Requester -->
<!ELEMENT requester (name, organ, addr1, addr2, tel, fax, email, desc)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT organ (#PCDATA)>
<!ELEMENT addr1 (#PCDATA)>
<!ELEMENT addr2 (#PCDATA)>
<!ELEMENT tel (#PCDATA)>
<!ELEMENT fax (#PCDATA)>
<!ELEMENT email (#PCDATA)>
<!ELEMENT desc (#PCDATA)>

<!-- Glyph Collection Information -- >
<!ELEMENT glyph_IDs (#PCDATA)>

<!-- Glyph Collection Descriptions -->
<!ELEMENT glyph_coldesc (description*, function*)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT function (#PCDATA)>

<!-- Font Information -->
<!ELEMENT font (font_data, (code_point, code_sys)*, (related_code, code_sys)*)>
<!ELEMENT font_data EMPTY>
<!ATTLIST font_data src CDATA #REQUIRED>
<!ELEMENT code_point (#PCDATA)>
<!ELEMENT related_code (#PCDATA)>
<!ELEMENT code_sys (#PCDATA)>

<!-- Attachment Information -->
<!ELEMENT attachment (audio*, video*, related_URI*, aux*)>
<!ELEMENT audio ((audio_data, data_format) | related_URI)>
<!ELEMENT video ((video_data, data_format) | related_URI)>
<!ELEMENT related_URI (#PCDATA)>
<!ELEMENT aux (#PCDATA)>
<!ELEMENT audio_data EMPTY>
<!ATTLIST audio_data src CDATA #REQUIRED>
<!ELEMENT video_data EMPTY>
<!ATTLIST video_data src CDATA #REQUIRED>

]>

C.3 Font attribute set registration request

 SPDL Font Attribute Set Registration Request
 date::August 18, 1994
 contact name::John T. Doe
 organization_name::ABC Corporation
 address2::111 Anystreet
 address3::Anytown, Anystate 99999 USA
 telephone::+1 111 222 3333
 facsimile::+1 111 222 4444
 network_address::3ohndoe@abc.com
 description::ABC Latin 1
 similar reference::XYZ Latin 1
 fontname::TCDOO10/OQO4//FontName::ABC Lath1 1


 glyphcomp::lSO/IEC 10036/RA//Collections::1
 dsngroup::5.1.2
 weight::5
 posture::1
 structure::1



		Registrant: ABC Corporation
		Date of Registration: September 9, 1994

		Public Identifier = 1SO/IEC 10036/RA//FontAttributeSets: :802

		ASN.1 Object Identifier: { 1 1 10036 3 802 }

		Description: ABC Latin 1 Helvetica         .

		fontname : ICD0010/0004//FontName::ABC Latin 1
		glyphcomp : ISO/IEC 10036/RA//Collections::1
		dsngroup : 5.1.2
		weight :5
		posture :1
		structure:1


	Figure C.3 - Example font attribute set register page

C.4 Glyph index map registration request

Glyph Index Map Registration Request
date::August 18, 1994
contact name::John T. Doe
organization_name::ABC Corporation
address1::111 Anystreet
address2::Anytown, Anystate 99999 USA
telephone::+1 111 222 3333
facsimile::+1 111 222 4444
network_address::johndoe@abc.com
description::ABC lnternatl'OnaT #5
abc_cpgid::500
script::Latin
language:..Multi-lingual
application::Western Publishng
similar content::None
set size::256
0 = .notdef
1 = .notdef

...
42 = afii61859
43 = afii61863
...
253 = afii61791
254 = affi61792
255 =.notdef



		Registrant: ABC Corporation
		Date of Registration: September 9, 1994

		Public Identifier = ISO/IEC 10036/RA//GlyphIndexMaps::49

		ASN.1 Object Identifier: { 1 1 10036 4 49 }

		Description: ABC International #5

		Number of Index Entries: 256

		Index	 Glyph ID

 		   0	  .notdef
		   1	  .notdef
		   2	  .notdef
		   3	  .notdef
		  .	    .
		  .	    .
		  .	    .
		  42	  afii61859
		  43	  afii61863
		  .	    .
		  .	    .
		  254	  afii61792
		  255	  .notdef

	Figure C.4 - Example glyph index map register page

C.5 ISO/IEC 10180 font reference font specification registration request

ISO/IEC 10180 Font Reference Font Specification Registration Request
date::August 18, 1994
contact_name::John T. Doe
organization_name::ABC Corporation
address1::111 Anystreet
address2::Anytown, Anystate 99999 USA
telephone::+1 111 222 3333          1
facsimile:..+1 111 222 4444
network_address::johndoe@abc.com
description::ABC Latin 1
fontref::lCDOO10/0004//FontName::ABC Chinese Gothic
indexmap::lSO/IEC 10036/RA//GlyphlndexMar)s::22



		Registrant: ABC Corporation
		Date of Registration: September 9, 1994

		Public Identifier = ISO/IEC 10036/RA//FontRefFontSpecs::2

		ASN.1 Object Identifier: { 1 1 10036 5 2 }

		Description: ABC Chinese Gothic

		fontref: ICD0010/0004//FontName::ABC Chinese Gothic
		indexmap: ISO/IEC 10036/RA//GlyphlndexMaps::22

	Figure C.5 - Example lSO/IEC 10180 font reference font specification 			register page

Annex D
(informative)

Bibliography

  • [1] ISO/IEC 646:1991, Information technology - ISO 7-bit. coded character set for information interchange.
  • [2] Association for Font Information Interchange (AFl1) International Glyph Register, Volume I: Alphabetic Scripts and Symbols, 1993.