WinPrinterContext.st
branchjv
changeset 3808 339e33122c87
parent 3748 7524cb18917f
parent 3806 b3ca52c3e77f
child 3818 6219e6bc162a
--- a/WinPrinterContext.st	Wed Dec 07 06:44:25 2016 +0100
+++ b/WinPrinterContext.st	Mon Dec 12 11:30:44 2016 +0000
@@ -5696,6 +5696,11 @@
 supportsVariableHeightFonts
 
     ^ false
+!
+
+supportsXftFonts
+
+    ^ false
 ! !
 
 !WinPrinterContext methodsFor:'registration'!