]> git.eshelyaron.com Git - emacs.git/commit
(Vface_resizing_fonts): New variable.
authorKenichi Handa <handa@m17n.org>
Tue, 29 Oct 2002 12:02:20 +0000 (12:02 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 29 Oct 2002 12:02:20 +0000 (12:02 +0000)
commit9ca584523ba1ef618b1bd2c5ba11387149ee1e2f
tree14ce1c6cc651642105d25a9e85a77ef178ac2732
parentbafe00270d95c1e20a6c08af5fb2e525edcd6782
(Vface_resizing_fonts): New variable.
(struct font_name): New member `resizing_ratio'.
(font_resizing_ratio): New function.
(split_font_name): Set font->resizing_ratio.
(better_font_p): Pay attention to font->resizing_ratio.
(build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
RESX, and RESY fields.
(try_alternative_families): Try scalable fonts if
Vscalable_fonts_allowed is not Qt.
(syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
src/xfaces.c