diff options
Diffstat (limited to 'gfx/thebes/gfxGDIFontList.cpp')
-rw-r--r-- | gfx/thebes/gfxGDIFontList.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gfx/thebes/gfxGDIFontList.cpp b/gfx/thebes/gfxGDIFontList.cpp index 3c4c7bce07..4dca4506c0 100644 --- a/gfx/thebes/gfxGDIFontList.cpp +++ b/gfx/thebes/gfxGDIFontList.cpp @@ -853,6 +853,13 @@ bool gfxGDIFontList::FindAndAddFamiliesLocked( aDevToCssSize); } +nsTArray<std::pair<const char**, uint32_t>> +gfxGDIFontList::GetFilteredPlatformFontLists() { + nsTArray<std::pair<const char**, uint32_t>> fontLists; + + return fontLists; +} + FontFamily gfxGDIFontList::GetDefaultFontForPlatform( nsPresContext* aPresContext, const gfxFontStyle* aStyle, nsAtom* aLanguage) { |