OSDN Git Service

ignore the transformation when loading fonts from QFontEngineFT
authorIvailo Monev <xakepa10@gmail.com>
Mon, 31 Jul 2023 10:16:57 +0000 (10:16 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 31 Jul 2023 10:16:57 +0000 (10:16 +0000)
commit9045a97c30bbe05d09df77afcd874c8df3688aa3
tree54569d8599f089b21766c643b8a701c3c113886a
parenta8afa46dfbf61d5efcb767316e755b5077129e7f
ignore the transformation when loading fonts from QFontEngineFT

no transformation is set (outline scaling is done by
QFreetypeFace::addGlyphToPath()) thus the transformation can be ignored and
potentially speeding up loading a bit (glyphs are cached anyway tho)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/text/qfontengine_ft.cpp