ICU-1253 fixed Copyright notices, and typos in the readme file.
X-SVN-Rev: 6683
This commit is contained in:
parent
de1e3fd9ec
commit
f40d609c9c
@ -1,23 +1,14 @@
|
||||
/*
|
||||
* @(#)PortableFontInstance.cpp 1.2 99/12/14
|
||||
*******************************************************************************
|
||||
*
|
||||
* (C) Copyright IBM Corp. 1998 - All Rights Reserved
|
||||
* Copyright (C) 1999-2001, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
* Portions Copyright 1998 by Sun Microsystems, Inc.,
|
||||
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
|
||||
* All rights reserved.
|
||||
*******************************************************************************
|
||||
* file name: PortableFontInstance.cpp
|
||||
*
|
||||
* This software is the confidential and proprietary information
|
||||
* of Sun Microsystems, Inc. ("Confidential Information"). You
|
||||
* shall not disclose such Confidential Information and shall use
|
||||
* it only in accordance with the terms of the license agreement
|
||||
* you entered into with Sun.
|
||||
*
|
||||
* The original version of this source code and documentation is
|
||||
* copyrighted and owned by IBM. These materials are provided
|
||||
* under terms of a License Agreement between IBM and Sun.
|
||||
* This technology is protected by multiple US and International
|
||||
* patents. This notice and attribution to IBM may not be removed.
|
||||
* created on: 11/22/1999
|
||||
* created by: Eric R. Mader
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,24 +1,15 @@
|
||||
|
||||
/*
|
||||
* @(#)PortableFontInstance.h 1.1 99/11/22
|
||||
*******************************************************************************
|
||||
*
|
||||
* (C) Copyright IBM Corp. 1998 - All Rights Reserved
|
||||
* Copyright (C) 1999-2001, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
* Portions Copyright 1998 by Sun Microsystems, Inc.,
|
||||
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
|
||||
* All rights reserved.
|
||||
*******************************************************************************
|
||||
* file name: PortableFontInstance.h
|
||||
*
|
||||
* This software is the confidential and proprietary information
|
||||
* of Sun Microsystems, Inc. ("Confidential Information"). You
|
||||
* shall not disclose such Confidential Information and shall use
|
||||
* it only in accordance with the terms of the license agreement
|
||||
* you entered into with Sun.
|
||||
*
|
||||
* The original version of this source code and documentation is
|
||||
* copyrighted and owned by IBM. These materials are provided
|
||||
* under terms of a License Agreement between IBM and Sun.
|
||||
* This technology is protected by multiple US and International
|
||||
* patents. This notice and attribution to IBM may not be removed.
|
||||
* created on: 11/12/1999
|
||||
* created by: Eric R. Mader
|
||||
*/
|
||||
|
||||
#ifndef __PORTABLEFONTINSTANCE_H
|
||||
|
@ -33,7 +33,7 @@ First, you need to build ICU, including the LayoutEngine.
|
||||
so layout will build when you build all. If it doesn't for some reason,
|
||||
just select the layout project in the project toolbar and build it.
|
||||
<p>On UNIX systems, you need to add the "--enable-layout=yes" option when
|
||||
you invoke the runConfigureICU script. When you've do that, layout should
|
||||
you invoke the runConfigureICU script. When you've done that, layout should
|
||||
build when you do "make all install"
|
||||
<p>To build letest on Windows, just open the letest project in <icu>\source\test\letest
|
||||
and build it. On UNIX systems, connect to <top-build-dir>/test/letest
|
||||
@ -43,7 +43,7 @@ and do "make all"
|
||||
How do I run letest?</h2>
|
||||
Before you can run letest, you'll need to get the fonts it uses. For legal
|
||||
reasons, we can't include them with ICU, but you can get them for free
|
||||
from the web. Do do this, you'll need access to a computer running Windows.
|
||||
from the web. To do this, you'll need access to a computer running Windows.
|
||||
Here's how to get the fonts:
|
||||
<p>Download the 1.3 version of the JDK from the <a href="http://www7b.boulder.ibm.com/wsdd/wspvtindex.html">IBM
|
||||
WebSphere preview technologies</a> page. From this page, follow the "Download"
|
||||
@ -51,7 +51,7 @@ link on the right had side. You'll need to register with them if you haven't
|
||||
downloaded before. Download and install the "Runtime Environment Package."
|
||||
You'll need three fonts from this package. If you've let the installer
|
||||
use it's defaults, the fonts will be in C:\Program Files\IBM\Java13\jre\lib\fonts.
|
||||
The files you want are "Devamt.ttf" "LucidaSansRegular.ttf" and "Thornburi.ttf"
|
||||
The files you want are "Devamt.ttf" "LucidaSansRegular.ttf" and "Thonburi.ttf"
|
||||
Copy these to the directory from which you'll run letest.
|
||||
<p>There's still one more font to get. Go to the Microsoft <a href="http://www.microsoft.com/typography/fontpack/default.htm">TrueType
|
||||
core fonts for the Web</a> page and download the "Times New Roman" font.
|
||||
@ -59,13 +59,13 @@ This will download an installer program, called "Times32.exe" which will
|
||||
install the Times New Roman fonts in your fonts folder. (If you've already
|
||||
got these fonts in you fonts folder, you may want to move them to another
|
||||
folder before you install these fonts.)
|
||||
<p>NOTE: this installer will display an End User License Agreement
|
||||
(EULA) which you must accept before proceeding. Be sure that you read and understand this
|
||||
agreement before you install the font.
|
||||
<p>After you run the installer program,
|
||||
it will add the Times Roman fonts to your fonts folder. Open the fonts
|
||||
folder and copy the "Times New Roman" font (the file name will be "Times.TTF")
|
||||
to the directory from which you'll run letest.
|
||||
<p>NOTE: this installer will display an End User License Agreement (EULA)
|
||||
which you must accept before proceeding. Be sure that you read and understand
|
||||
this agreement before you install the font.
|
||||
<p>After you run the installer program, it will add the Times Roman fonts
|
||||
to your fonts folder. Open the fonts folder and copy the "Times New Roman"
|
||||
font (the file name will be "Times.TTF") to the directory from which you'll
|
||||
run letest.
|
||||
<p>That's it! Now all you have to do is run letest (CTRL+F5 in Visual C++,
|
||||
or "./letest" in UNIX) If everything's OK you should see something
|
||||
like this:
|
||||
|
Loading…
Reference in New Issue
Block a user