WinPrinterContext.st
changeset 3745 fcabc71e2930
parent 3719 a36b0c184dcb
child 3748 7524cb18917f
child 3806 b3ca52c3e77f
equal deleted inserted replaced
3743:0ba1dd49957d 3745:fcabc71e2930
  4135 
  4135 
  4136 !WinPrinterContext methodsFor:'font stuff'!
  4136 !WinPrinterContext methodsFor:'font stuff'!
  4137 
  4137 
  4138 createFontFor:aFontName
  4138 createFontFor:aFontName
  4139     "a basic method for font allocation; this method allows
  4139     "a basic method for font allocation; this method allows
  4140      any font to be aquired (even those not conforming to
  4140      any font to be acquired (even those not conforming to
  4141      standard naming conventions, such as cursor, fixed or k14)"
  4141      standard naming conventions, such as cursor, fixed or k14)"
  4142 
  4142 
  4143 %{
  4143 %{
  4144     HGDIOBJ hFont;
  4144     HGDIOBJ hFont;
  4145     char *fn;
  4145     char *fn;