~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/texk/kpathsea/tex-glyph.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* tex-glyph.h: look for a TeX glyph font (GF or PK).
2
2
 
3
 
   Copyright 1993, 2008 Karl Berry.
 
3
   Copyright 1993, 2008, 2009 Karl Berry.
4
4
   Copyright 1999, 2005 Olaf Weber.
5
5
 
6
6
   This library is free software; you can redistribute it and/or
49
49
 
50
50
/* Search first for the font named FONT_NAME at resolution DPI in the
51
51
   glyph format FORMAT (see `try_size' for details of format searching).
52
 
   Then try resolutions within KPSE_BITMAP_TOLERANCE of DPI.  Then try
53
 
   the resolutions in `kpse_fallback_sizes', then within the tolerance
54
 
   of each of those.  Then if FONT_NAME is an alias defined in a
55
 
   texfonts.map do all the above for its real name.  Then try the above
56
 
   for kpse_fallback_name.  Then fail.  Return either the filename
57
 
   found, or NULL.  Also return information about the file found in
 
52
   Then try resolutions within KPSE_BITMAP_TOLERANCE of DPI.  Then if
 
53
   FONT_NAME is an alias defined in a texfonts.map do all the above for
 
54
   its real name.  If not an alias, try creating it on the fly with
 
55
   mktexpk.  Then try the resolutions in `kpse_fallback_sizes', then
 
56
   within the tolerance of each of those.  Then try the above for
 
57
   kpse_fallback_name.  Then fail.  Return either the filename found, or
 
58
   NULL.  Also return information about the file found in
58
59
   *GLYPH_FILE.  */
59
60
extern KPSEDLL string kpathsea_find_glyph (kpathsea kpse,
60
61
                                  const_string font_name, unsigned dpi,