@@ -109,38 +109,38 @@ begin
109109
110110 textxalign (unset) ne {
111111 << /offleft dup /left dup /center dup /right dup /offright dup >> textxalign known not {
112- /bwipp.renmatrixBadTextxalign (textxalign must be offleft, left, center, right or offright) //raiseerror exec
112+ /bwipp.renlinearBadTextxalign (textxalign must be offleft, left, center, right or offright) //raiseerror exec
113113 } if
114114 } if
115115
116116 textyalign (unset) ne {
117117 << /above dup /top dup /center dup /bottom dup /below dup >> textyalign known not {
118- /bwipp.renmatrixBadTextyalign (textyalign must be above, top, center, bottom or below) //raiseerror exec
118+ /bwipp.renlinearBadTextyalign (textyalign must be above, top, center, bottom or below) //raiseerror exec
119119 } if
120120 } if
121121
122122 << /forward dup /backward dup /upward dup /downward dup >> textdirection known not {
123- /bwipp.renmatrixBadTextdirection (textdirection must be forward, backward, upward or downward) //raiseerror exec
123+ /bwipp.renlinearBadTextdirection (textdirection must be forward, backward, upward or downward) //raiseerror exec
124124 } if
125125
126126 textsize 0 le textsize 25 ge or {
127- /bwipp.renmatrixBadTextsize (textsize must be greater than zero and less that 25) //raiseerror exec
127+ /bwipp.renlinearBadTextsize (textsize must be greater than zero and less that 25) //raiseerror exec
128128 } if
129129
130130 << /offleft dup /left dup /center dup /right dup /offright dup >> extratextxalign known not {
131- /bwipp.renmatrixBadExtratextxalign (extratextxalign must be offleft, left, center, right or offright) //raiseerror exec
131+ /bwipp.renlinearBadExtratextxalign (extratextxalign must be offleft, left, center, right or offright) //raiseerror exec
132132 } if
133133
134134 << /above dup /top dup /center dup /bottom dup /below dup >> extratextyalign known not {
135- /bwipp.renmatrixBadExtratextyalign (extratextyalign must be above, top, center, bottom or below) //raiseerror exec
135+ /bwipp.renlinearBadExtratextyalign (extratextyalign must be above, top, center, bottom or below) //raiseerror exec
136136 } if
137137
138138 << /forward dup /backward dup /upward dup /downward dup >> extratextdirection known not {
139- /bwipp.renmatrixBadExtratextdirection (extratextdirection must be forward, backward, upward or downward) //raiseerror exec
139+ /bwipp.renlinearBadExtratextdirection (extratextdirection must be forward, backward, upward or downward) //raiseerror exec
140140 } if
141141
142142 extratextsize 0 le extratextsize 25 ge or {
143- /bwipp.renmatrixBadTextsize (extratextsize must be greater than zero and less that 25) //raiseerror exec
143+ /bwipp.renlinearBadTextsize (extratextsize must be greater than zero and less that 25) //raiseerror exec
144144 } if
145145
146146 % Create bar elements and put them into the bars array
0 commit comments