diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-20 22:10:34 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-05 19:39:53 +0200 |
commit | df3eed4ef9d8a4997b0d299cfb6ad8e5ea9cba9c (patch) | |
tree | f554875e758c56f26de501ffd53d155816f89cda /gfx/thebes | |
parent | 804d0f6604252768a9230c63cdf7f079b9f8cab8 (diff) | |
download | uxp-df3eed4ef9d8a4997b0d299cfb6ad8e5ea9cba9c.tar.gz |
Issue #1795 - Increase the MAX_FONT_SIZE limit applied in cairo_ft_font
to match the Thebes gfxFont size limit.
Also adds synching comments just to be sure.
Diffstat (limited to 'gfx/thebes')
-rw-r--r-- | gfx/thebes/gfxFont.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxFont.h b/gfx/thebes/gfxFont.h index 07c00f04c5..ab1677b9c5 100644 --- a/gfx/thebes/gfxFont.h +++ b/gfx/thebes/gfxFont.h @@ -47,6 +47,7 @@ class gfxShapedWord; class gfxSkipChars; class gfxMathTable; +// If you change this value, also change MAX_FONT_SIZE in cairo-ft-font.c to match #define FONT_MAX_SIZE 2000.0 #define NO_FONT_LANGUAGE_OVERRIDE 0 |