26 #include "config_auto.h"
46 :
baseline(spline_size, xstarts, coeffs),
53 descdrop = descenders;
54 has_drop_cap_ =
false;
79 has_drop_cap_ =
false;
101 while (!it.at_first ()) {
104 if (left < prev_left) {
114 for (it.mark_cycle_pt (); !it.cycled_list (); it.forward ()) {
143 for (it.mark_cycle_pt (); !it.cycled_list (); it.forward ())
144 it.data ()->move (vec);
146 bound_box.
move (vec);
160 tprintf(
"Kerning= %d\n", kerning);
161 tprintf(
"Spacing= %d\n", spacing);
163 tprintf(
"Xheight= %f\n", xheight);
164 tprintf(
"Ascrise= %f\n", ascrise);
165 tprintf(
"Descdrop= %f\n", descdrop);
166 tprintf(
"has_drop_cap= %d\n", has_drop_cap_);
167 tprintf(
"lmargin= %d, rmargin= %d\n", lmargin_, rmargin_);
177 #ifndef GRAPHICS_DISABLED
185 for (it.mark_cycle_pt (); !it.cycled_list (); it.forward ()) {
187 word->
plot (window, colour);
203 for (it.mark_cycle_pt (); !it.cycled_list (); it.forward ()) {
208 #endif // GRAPHICS_DISABLED
218 kerning = source.kerning;
219 spacing = source.spacing;
220 xheight = source.xheight;
221 bodysize = source.bodysize;
222 ascrise = source.ascrise;
223 descdrop = source.descdrop;
226 baseline = source.baseline;
227 bound_box = source.bound_box;
228 has_drop_cap_ = source.has_drop_cap_;
229 lmargin_ = source.lmargin_;
230 rmargin_ = source.rmargin_;
231 para_ = source.para_;