public override void Init()
 {
     //load font ?
     font1 = NativeFontStore.LoadFont(fontfile, 72);
     font2 = NativeFontStore.LoadFont(fontfile, 10);
 }