Kaydet (Commit) 5bf9b846 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: rearrange PhysicalFontCollection function listing order

Change-Id: If9492493f0fcbe8a282820d37bccf54af7cc60ec
Reviewed-on: https://gerrit.libreoffice.org/20879Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
Tested-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
üst d169bd53
......@@ -76,10 +76,11 @@ private:
ImplPreMatchFontSubstitution* mpPreMatchHook; // device specific prematch substitution
ImplGlyphFallbackFontSubstitution* mpFallbackHook; // device specific glyph fallback substitution
void InitGenericGlyphFallback() const;
mutable PhysicalFontFamily** mpFallbackList;
mutable int mnFallbackCount;
void InitGenericGlyphFallback() const;
PhysicalFontFamily* ImplFindBySearchName( const OUString& ) const;
PhysicalFontFamily* ImplFindByAliasName(const OUString& rSearchName,
const OUString& rShortName) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment