From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13744 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: font mystery Date: Sun, 5 Oct 2003 11:15:54 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <85F5C8D8-F714-11D7-A8F9-00039318D414@uni-bonn.de> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065453858 27368 80.91.224.253 (6 Oct 2003 15:24:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 15:24:18 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Oct 06 17:24:17 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6XDd-0002Yk-00 for ; Mon, 06 Oct 2003 17:24:17 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id EAEBD10B30; Mon, 6 Oct 2003 17:24:14 +0200 (MEST) Original-Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by ref.ntg.nl (Postfix) with ESMTP id 5A0A510B04 for ; Sun, 5 Oct 2003 11:16:06 +0200 (MEST) Original-Received: from fwd10.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1A64zk-00087x-05; Sun, 05 Oct 2003 11:16:04 +0200 Original-Received: from uni-bonn.de (XReIUmZXZe6i0E-U5Q-3abEds4pPOp5WFCqdq2Xwa9w2riaX8YNNEy@[217.81.183.98]) by fmrl10.sul.t-online.com with esmtp id 1A64zj-1fFrc00; Sun, 5 Oct 2003 11:16:03 +0200 Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Apple Mail (2.552) X-Seen: false X-ID: XReIUmZXZe6i0E-U5Q-3abEds4pPOp5WFCqdq2Xwa9w2riaX8YNNEy@t-dialin.net Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13744 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13744 My brain is spinning, I hope somebody can help me. I am trying to create a new font (with pfaedit), and things seem to be working well. i now have most uppercase and lowercase characters. When I run "pdftex testfont *Myfont *\table *\bye," I get all the glyphs I created. When I do the same with tex or pdfetex, I get all the glyphs I created. When I produce a simple testfile for ConteXt, some of the glyphs (specifically some of the uppercase characters) are simply missing. But pdfetex can create them! What am I doing wrong??? Here's my simple file: \definefontsynonym[Greekfont][Myfont] \definefont[MySecondFont][Greekfont] \starttext \MySecondFont abcdefghijklmnopqrstuwxyz A D E F G H J K M N O P Q R S T U Z \stoptext On the pdf, I get all the lowercase glyphs + A G O P Q R T Z, but not the other glyphs, all of them defined, all of them present in my testfont.pdf. The log doesn't show any warning vel. sim. I tried playing around with several encodings both in pfaedit (I used Adobe Standard, TeX8r, iso 8859) and my tex-file (I tried 8r, texnansi, ec), all to no avail. Does anybody have a clue what's going wrong here? It almost looks like ConteXt is using some old cache instead of the just created tfm and pfb files, but where would that be? I am completely baffled! Best Thomas