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