Esempio n. 1
0
SI
poor_distorted_font_rep::get_right_correction (string s) {
  return base->get_right_correction (s);
}
Esempio n. 2
0
SI
poor_stretched_font_rep::get_right_correction (string s) {
  return base->get_right_correction (s);
}
Esempio n. 3
0
SI text_box_rep::right_correction () {
  return fn->get_right_correction (str); }