mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7b8f969720
We can't make FontFace inherit from gfxUserFontEntry, since the former is cycle collected. So instead, we have a small class that inherits from it that will override its virtual methods and forward things on to the FontFace object. We make gfxUserFontSet::CreateFontFace virtual so we can override it to produce instances of our gfxUserFontEntry subclass. |
||
---|---|---|
.. | ||
2d | ||
angle | ||
cairo | ||
doc | ||
gl | ||
graphite2 | ||
harfbuzz | ||
ipc | ||
layers | ||
ots | ||
qcms | ||
skia | ||
src | ||
tests | ||
thebes | ||
ycbcr | ||
moz.build |