Esempio n. 1
0
 public override Box CreateBox(TexStyle style)
 {
     return(CharBox.Get(style, TEXPreference.main.GetCharMetric(Character, style)));
 }
Esempio n. 2
0
 public override Box CreateBox()
 {
     return(CharBox.Get(Character));
 }