summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts/print_routines.h
blob: 24d509d4ae9f05f1964282870f048558aa353f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* print_routines.h: higher-level routines for printing OPL and OVP files.

This file is part of Omega,
which is based on the web2c distribution of TeX,

Copyright (c) 1994--2001 John Plaice and Yannis Haralambous

Omega is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Omega is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Omega; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

*/

extern void print_check_sum(void);
extern void print_design_size(void);
extern void print_coding_scheme(void);
extern void print_family(void);
extern void print_face(void);
extern void print_seven_bit_safe_flag(void);
extern void print_font_dimension(void);
extern void print_boundary_char(unsigned);
extern void print_ligature_table(void);
extern void print_character(unsigned);
extern void print_parameter(unsigned, fix);
extern void print_label_command(unsigned);
extern void print_ligature_command(unsigned, unsigned, unsigned);
extern void print_kerning_command(unsigned, fix);
extern void print_stop_command(void);
extern void print_skip_command(unsigned);
extern void print_character_measure(unsigned, fix);
extern void print_next_larger(unsigned);
extern void print_var_character(void);
extern void print_extensible_piece(unsigned, unsigned);

extern void print_vtitle(string);
extern void print_map_font(unsigned);
extern void print_font_name(string);
extern void print_font_area(string);
extern void print_font_check_sum(unsigned);
extern void print_font_at(fix);
extern void print_font_design_size(fix);
extern void print_map(void);
extern void print_select_font(unsigned);
extern void print_set_char(unsigned);
extern void print_put_char(unsigned);
extern void print_set_rule(fix, fix);
extern void print_put_rule(fix, fix);
extern void print_push(void);
extern void print_pop(void);
extern void print_move(unsigned, fix);
extern void print_special(string);
extern void print_special_hex(unsigned char *, int);

extern void print_character_repeat(unsigned, unsigned);
extern void print_ofm_level(unsigned);
extern void print_font_dir(unsigned);