0
我的下一行代碼:創建新的字體對象不考慮字體名稱
Font font = new Font("Free 3 of 9", barcodeSize, FontStyle.Regular, graphicsUnit);
新創建的字體對象看起來是這樣的:
的「我的電腦上安裝了9個「Free 3 of 9」字體,當我使用此字體時,它不使用「Free 3 of 9」字體名稱。
這裏有什麼問題?
我的下一行代碼:創建新的字體對象不考慮字體名稱
Font font = new Font("Free 3 of 9", barcodeSize, FontStyle.Regular, graphicsUnit);
新創建的字體對象看起來是這樣的:
的「我的電腦上安裝了9個「Free 3 of 9」字體,當我使用此字體時,它不使用「Free 3 of 9」字體名稱。
這裏有什麼問題?
好吧,我認爲這是因爲字體被IIS緩存。
我正在使用它到一個MVC3的web應用程序,並關閉並重新打開它的解決方案後。
您必須將字體添加到您的字體資源。 http://stackoverflow.com/questions/1297264/using-custom-fonts-on-a-label-on-winforms – MrFox