ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: [pdftex] Open type fonts
@ 2002-01-31 16:17 Hans Hagen
  2002-02-02 19:08 ` Henning Hraban Ramm
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2002-01-31 16:17 UTC (permalink / raw)


>X-POP3-Rcpt: hagen@server-1
>From: Kester Clegg <kester@cs.york.ac.uk>
>Reply-To: kester@cs.york.ac.uk
>Organization: UTC, Dept of Computer Science, University of York
>To: pdftex@tug.org
>X-Mailer: KMail [version 1.2]
>Subject: [pdftex] Open type fonts
>Sender: pdftex-admin@tug.org
>X-BeenThere: pdftex@tug.org
>X-Mailman-Version: 2.0.8
>List-Help: <mailto:pdftex-request@tug.org?subject=help>
>List-Post: <mailto:pdftex@tug.org>
>List-Subscribe: <http://tug.org/mailman/listinfo/pdftex>,
>         <mailto:pdftex-request@tug.org?subject=subscribe>
>List-Id: Extending TeX to output PDF <pdftex.tug.org>
>List-Unsubscribe: <http://tug.org/mailman/listinfo/pdftex>,
>         <mailto:pdftex-request@tug.org?subject=unsubscribe>
>List-Archive: <http://tug.org/pipermail/pdftex/>
>Date: Thu, 31 Jan 2002 10:12:39 +0000
>
>I have written a little perl script based on an article at
>http://www.cs.ruu.nl/~otfried/Pdftex/
>that sets up a true type font locally in a few seconds for use with pdflatex.
>It works great with ttfonts.
>
>The script itself can use either ttf2tfm or a combination of ttf2afm =>
>afm2tfm, whichever is installed. However the script fails with open type
>fonts as pdflatex claims it can't
>         "cannot open TrueType font file for reading"
>etc.
>
>Does anyone know of a means of accessing the open type fonts,  for example
>those bundled with Win 2000.  Is there a way linux users can access 'rich'
>fonts, like Hoefler text that come with Macs?
>k.
>
>--
>*****************************************************
>Kester Clegg
>Research Associate (UTC )
>Department of Computer Science
>University of York
>
>Tel (01904) 432749
>*****************************************************
>_______________________________________________
>pdftex mailing list
>pdftex@tug.org
>http://tug.org/mailman/listinfo/pdftex

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: [pdftex] Open type fonts
  2002-01-31 16:17 Fwd: [pdftex] Open type fonts Hans Hagen
@ 2002-02-02 19:08 ` Henning Hraban Ramm
  2002-02-03 10:43   ` Jens-Uwe Morawski
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Hraban Ramm @ 2002-02-02 19:08 UTC (permalink / raw)


Am Donnerstag, 31. Januar 2002 17:17 schrieb Hans Hagen:
> >Does anyone know of a means of accessing the open type fonts,  for example
> >those bundled with Win 2000.  Is there a way linux users can access 'rich'
> >fonts, like Hoefler text that come with Macs?

I'm just reading a book on (not only) this subject -- "Die PostScript & 
PDF-Bibel", 2nd edition, PDFlib -- but font handling is far above my head...

I read the book at work, I write this mail at home...

I understand that OpenType fonts...
-- use Unicode numbers internally (but TrueType should do so, too)
-- can hold glyphs with Type-1- (OTF) *or* TrueType-curves (TTF)
-- with TT-curves should behave like normal TT-Fonts, at least on Windows
-- can hold thousands of glyphs (maybe a problem with TeX and its 
256-char-fonts?)
-- need some help by the OS: you need >Win2k, MacOS X or FreeType2 for X, at 
least for displaying
-- use the same file format on all OSes (no special Mac fonts, no resource 
fork!)

HTH

Grüßlis vom Hraban!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: [pdftex] Open type fonts
  2002-02-02 19:08 ` Henning Hraban Ramm
@ 2002-02-03 10:43   ` Jens-Uwe Morawski
  2002-02-03 20:04     ` Henning Hraban Ramm
  0 siblings, 1 reply; 4+ messages in thread
From: Jens-Uwe Morawski @ 2002-02-03 10:43 UTC (permalink / raw)


On Sat, 2 Feb 2002 20:08:46 +0100
Henning Hraban Ramm <angerweit@gmx.net> wrote:

> I understand that OpenType fonts...
> -- use Unicode numbers internally (but TrueType should do so, too)
> -- can hold glyphs with Type-1- (OTF) *or* TrueType-curves (TTF)

AFAIK it is Type2 not Type1, thus pdftex can only handle TTF-based
OTF-fonts, and only the 256 first glyphs

Jens


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: [pdftex] Open type fonts
  2002-02-03 10:43   ` Jens-Uwe Morawski
@ 2002-02-03 20:04     ` Henning Hraban Ramm
  0 siblings, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2002-02-03 20:04 UTC (permalink / raw)


Am Sonntag, 3. Februar 2002 11:43 schrieb Jens-Uwe Morawski:
> AFAIK it is Type2 not Type1, 

You're right.

Grütze für alle!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-03 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-31 16:17 Fwd: [pdftex] Open type fonts Hans Hagen
2002-02-02 19:08 ` Henning Hraban Ramm
2002-02-03 10:43   ` Jens-Uwe Morawski
2002-02-03 20:04     ` Henning Hraban Ramm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).