As per the documentation, create IDWriteFactory and then cast it to IDWriteFactory5 . try { IDWriteFactory5 f5 = (IDWriteFactory5)new IDWriteFactory(); } ...
確定! 回上一頁