Void CDataView :: OnInitialUpdate () {CEDITVIEW :: OnInitialUpdate ();
Cfont * pfont = new cfont (); cclientdc dc (this); verify (pfont-> createpointfont (100, "Song", & DC);
This-> setfont (pfont, true);
// I don't know why this statement font will not see // delete pfont;}