ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* opentype font catalogue?
@ 2013-05-01 18:25 Meer, H. van der
  2013-05-03  7:37 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Meer, H. van der @ 2013-05-01 18:25 UTC (permalink / raw)
  To: NTG ConTeXt

Is there a script/command to generate a catalogue of all glyphs in an opentype font?

Hans van der Meer



___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: opentype font catalogue?
  2013-05-01 18:25 opentype font catalogue? Meer, H. van der
@ 2013-05-03  7:37 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-05-03  7:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.05.2013 um 20:25 schrieb "Meer, H. van der" <H.vanderMeer@uva.nl>:

> Is there a script/command to generate a catalogue of all glyphs in an opentype font?


\usemodule[fnt-10]

\starttext
%\ShowCompleteFont{file:callunaregular}{10pt}{1} % #1 = file, #2 = size, #3 = columns
\ShowAllGlyphs   {file:callunaregular}{20pt}{4} % #1 = file, #2 = size, #3 = columns
\stoptext


\usemodule[fnt-31]

\starttext
\startluacode
    fonts.tracers.coverage {
        "callunaregular.otf",
        "texgyrepagellaregular.otf",
    }
\stopluacode
\stoptext


Wolfgang
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2013-05-03  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-01 18:25 opentype font catalogue? Meer, H. van der
2013-05-03  7:37 ` Wolfgang Schuster

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).