在调用CommonDialog的ShowFont方法之前,必须将它的Flags属性置为:
cdlCFBoth 或 cdlCFPrinterFonts 或 cdlCFScreenFonts例如:
CommonDialog1.Flags=cdlCFBoth
CommonDialog1.ShowFont