Code:
Obj1.New1(False)
Obj2.New1(False)
Obj3.New1(False)
Obj1.FromControl("Button1")
Obj2.Value = Obj1.GetProperty("Font")
Obj3.Value = Obj2.GetProperty("Size")
Msgbox(Obj2.GetProperty("Size"))
Msgbox(Obj2.GetProperty("Name"))
Msgbox(Obj2.GetProperty("Style"))
Actually you can't do any more with a Font in the Compact Framework than is already exposed by the Control itself (Size) and the FormLib library (Name and Style).