~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to src/zfont32.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: zfont32.c 8022 2007-06-05 22:23:38Z giles $ */
 
14
/* $Id: zfont32.c 8250 2007-09-25 13:31:24Z giles $ */
15
15
/* Type 32 font operators */
16
16
#include "ghost.h"
17
17
#include "oper.h"
25
25
#include "ichar.h"
26
26
 
27
27
/* The encode_char procedure of a Type 32 font should never be called. */
28
 
private gs_glyph
 
28
static gs_glyph
29
29
zfont_no_encode_char(gs_font *pfont, gs_char chr, gs_glyph_space_t ignored)
30
30
{
31
31
    return gs_no_glyph;
33
33
 
34
34
/* <string|name> <font_dict> .buildfont32 <string|name> <font> */
35
35
/* Build a type 32 (bitmap) font. */
36
 
private int
 
36
static int
37
37
zbuildfont32(i_ctx_t *i_ctx_p)
38
38
{
39
39
    os_ptr op = osp;
63
63
 
64
64
/* - .getshowoperator <oper|null> */
65
65
/* Get the calling operator for error reporting in %Type32BuildGlyph */
66
 
private int
 
66
static int
67
67
zgetshowoperator(i_ctx_t *i_ctx_p)
68
68
{
69
69
    os_ptr op = osp;