ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: ansi codes
Date: Wed, 01 Oct 2008 22:00:25 +0200	[thread overview]
Message-ID: <48E3D6D9.5000609@wxs.nl> (raw)
In-Reply-To: <6faad9f00810011130w64ad8f2dkd00ae890b0909ecb@mail.gmail.com>

Mojca Miklavec wrote:
> On Wed, Oct 1, 2008 at 2:57 PM, Alan Stone wrote:
>> Is there a (preferably free) Linux or Windows font tool out there which
>> allows to print a font's characters and corresponding character codes ?
> 
> Geeks do it with LuaTeX :)
> 
> I'm not sure if this still works since I have no luatex here, but in
> theory you can play with something like this:
> 
> % do whatever you want with it
> \def\mychar#1#2{#1: #2\crlf}
> 
> \starttext
> \ctxlua{
> 	fontname = 'texgyrepagella-regular.otf'
> 	tfmdata = fonts.tfm.read_and_define("file:" .. fontname, 655360)
> 
> 	w = tfmdata.characters
> 	for i=0,100000 do
> 		if w[i] then
> 			tex.sprint("\\strut\\mychar{" .. i, "}{\\type{", w[i].name, "}}")
> 		end
> 	end
> }
> \stoptext

lesser geeks loom in s-fnt-10.tex -)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2008-10-01 20:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-30 10:23 Alan Stone
2008-09-30 11:37 ` Taco Hoekwater
2008-09-30 14:01   ` Alan Stone
2008-09-30 14:16     ` Taco Hoekwater
2008-10-01 12:57       ` Alan Stone
2008-10-01 13:05         ` Taco Hoekwater
2008-10-01 18:30         ` Mojca Miklavec
2008-10-01 20:00           ` Hans Hagen [this message]
2008-10-03 20:15             ` Alan Stone
2008-11-14 15:25             ` Thomas A. Schmitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48E3D6D9.5000609@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).