Ticket #245 (new 不具合)

Opened 2 years ago

32ドットBDFの表示がおかしい

Reported by: anonymous Assigned to:
Priority: major Milestone:
Component: 画面表示 Version: 3.00 (開発中)
Keywords: Cc:

Description

下の設定で japanese-jisx0208 の文字を表示しようとすると 文字の上半分の画像に一ライン毎に空白を差し込んだように表示される。

;;; font は intlfonts のもの
(let* ((bdfdir "c:/tmp/bdf")
       (lf '(w32-logfont "MS ゴシック" 0 -32 400 0 nil nil nil 128 1 3 49))
       (lf0 `(bdf-font ,(expand-file-name "jiskan32.bdf" bdfdir)))
       (name "test-32"))
  (w32-add-font
   name
   `((spec
      ((:char-spec ascii :height any) strict ,lf)
      ((:char-spec japanese-jisx0208 :height any) strict ,lf0)
      )))
  (set-frame-font name))

Attachments


Add/Change #245 (32ドットBDFの表示がおかしい)




Change Properties
Action