object obj = OLE.GetIFontDispFromFont(font);
stdole.IFontDisp gisFont = obj as stdole.IFontDisp;
问题:
1.obj经过转换后为null,是因为AxHost.GetIFontDispFromFont(Font) Method只支持GraphicsUnit.Point 类型,不支持其他类型
object obj = OLE.GetIFontDispFromFont(font);
stdole.IFontDisp gisFont = obj as stdole.IFontDisp;
问题:
1.obj经过转换后为null,是因为AxHost.GetIFontDispFromFont(Font) Method只支持GraphicsUnit.Point 类型,不支持其他类型