Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
% $Header: /cvsroot/html2ps/postscript/predicates.ps,v 1.1 2005/12/18 07:21:38 Konstantin Exp $
2
 
3
/is-inline {
4
  /display get-css-value
5
  dup /-button eq
6
  1 index /-checkbox eq or
7
  1 index /-image eq or
8
  1 index /inline eq or
9
  1 index /inline-block eq or
10
  1 index /none eq or
11
  1 index /-radio eq or
12
  1 index /-select eq or
13
  1 index /-text eq or
14
  exch pop
15
} def
16
 
17
/is-whitespace {
18
  dup /box-whitespace is-a
19
  1 index /box-null is-a or
20
  exch pop
21
} def
22
 
23
/is-container {
24
  dup /box-container is-a
25
  1 index /box-generic-inline is-a not and
26
  1 index /box-inline is-a or
27
  exch pop
28
} def