首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 为CLISP GDI模块

为CLISP GDI模块

  • 资源大小:50.12 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: gui win32 clisp

资 源 简 介

This modern (=case-sensitive) clisp package module is a interface to gdi, the lowest level ms windows graphics api (Graphics Device Interface). It is a work in progress, and is copyright Dan Stanger 2002 and Reini Urban 2006-2009 It is licensed under the LGPL and all rights are assigned to the Free Software Foundation. Old style: (use-package "GDI")(defun f () (let* ((hdc (multiple-value-bind (retval h) (GDI::GetDC nil) (if retval h (error "GetDC ~S" h)))) (sy (multiple-value-bind (retval l) (GDI::GetDeviceCaps hdc GDI::LOGPIXELSY) (if retval l (error "GetDeviceCaps ~S" l)))) (logfont (GDI::make-logfont (- sy) 0 0 0 GDI::FW_BOLD 1 0 0 GDI::ANSI_CHARSET GDI::OUT_TT_PRECIS GDI::CLIP_DEFAULT_PRECIS GDI::PROOF_QUALITY GDI::VARIABLE_PITCH "Times New Roman")) (hfont (multiple-value-bind (retval h)

文 件 列 表

modules
gdi
document.pl
gdi
VIP VIP
0.173506s