mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(bdf-read-font-info): Modify the kludgy code for fonts
of wrong SIZE record.
This commit is contained in:
parent
73481ae314
commit
1c3cea1133
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ CODE, where N and CODE are in the following relation:
|
|||
(setq size (read (current-buffer)))
|
||||
;; The following kludgy code is t avoid bugs of several
|
||||
;; fonts which have wrong SIZE record.
|
||||
(and (<= size (/ (aref font-bounding-box 1) 2))
|
||||
(and (<= size (/ (aref font-bounding-box 1) 3))
|
||||
(setq size (aref font-bounding-box 1)))
|
||||
|
||||
(setq default-char (bdf-search-and-read "\nDEFAULT_CHAR" nil))
|
||||
|
|
|
|||
Loading…
Reference in a new issue