Lines Matching refs:gen

47     public static boolean setFont(PCLGenerator gen, String name, int size, String text)  in setFont()  argument
55 return selectFont(gen, name, size); in setFont()
58 … protected static boolean selectFont(PCLGenerator gen, String name, int size) throws IOException { in selectFont() argument
68 String formattedSize = gen.formatDouble2(size / 1000.0); in selectFont()
75 gen.writeCommand("(0N"); in selectFont()
76 gen.writeCommand("(s1p" + formattedSize + "v0s0b16602T"); in selectFont()
80 gen.writeCommand("(0N"); in selectFont()
81 gen.writeCommand("(s1p" + formattedSize + "v1s0b16602T"); in selectFont()
85 gen.writeCommand("(0N"); in selectFont()
86 gen.writeCommand("(s1p" + formattedSize + "v0s3b16602T"); in selectFont()
90 gen.writeCommand("(0N"); in selectFont()
91 gen.writeCommand("(s1p" + formattedSize + "v1s3b16602T"); in selectFont()
98 gen.writeCommand("(0N"); in selectFont()
99 gen.writeCommand("(s1p" + formattedSize + "v0s0b16901T"); in selectFont()
103 gen.writeCommand("(0N"); in selectFont()
104 gen.writeCommand("(s1p" + formattedSize + "v1s0b16901T"); in selectFont()
108 gen.writeCommand("(0N"); in selectFont()
109 gen.writeCommand("(s1p" + formattedSize + "v0s3b16901T"); in selectFont()
113 gen.writeCommand("(0N"); in selectFont()
114 gen.writeCommand("(s1p" + formattedSize + "v1s3b16901T"); in selectFont()
118 gen.writeCommand("(0N"); in selectFont()
119 gen.writeCommand("(s0p" + gen.formatDouble2(120.01f / (size / 1000.00f)) in selectFont()
124 gen.writeCommand("(0N"); in selectFont()
125 gen.writeCommand("(s0p" + gen.formatDouble2(120.01f / (size / 1000.00f)) in selectFont()
130 gen.writeCommand("(0N"); in selectFont()
131 gen.writeCommand("(s0p" + gen.formatDouble2(120.01f / (size / 1000.00f)) in selectFont()
136 gen.writeCommand("(0N"); in selectFont()
137 gen.writeCommand("(s0p" + gen.formatDouble2(120.01f / (size / 1000.00f)) in selectFont()