diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/glyphcache.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index b54e10bdb20b..27ddd6cb32b5 100644 --- a/vcl/inc/unx/glyphcache.hxx +++ b/vcl/inc/unx/glyphcache.hxx @@ -134,12 +134,6 @@ public: void SetFontVariationsOnHBFont(hb_font_t* pHbFace) const; - // tdf#127189 FreeType <= 2.8 will fail to render stretched horizontal brace glyphs - // in starmath at a fairly low stretch ratio. This appears fixed in 2.9 with - // https://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=91015cb41d8f56777f93394f5a60914bc0c0f330 - // "Improve complex rendering at high ppem" - static bool AlmostHorizontalDrainsRenderingPool(int nRatio, const vcl::font::FontSelectPattern& rFSD); - private: friend class FreetypeFontInstance; friend class FreetypeManager; |