Kaydet (Commit) 3e82c30b authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Caolán McNamara

tdf#108720 Add symbol fonts to isSymbolFont()

Added webdings, wingdings, and bookshelf symbol 7

Change-Id: Icbd311dbe1cd6895d04ac10aa5a275894c613c15
Reviewed-on: https://gerrit.libreoffice.org/39217Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 875fcea2
......@@ -126,6 +126,11 @@ bool isSymbolFont(const vcl::Font &rFont)
rFont.GetFamilyName().equalsIgnoreAsciiCase("MusiSync") ||
rFont.GetFamilyName().equalsIgnoreAsciiCase("stmary10") ||
rFont.GetFamilyName().equalsIgnoreAsciiCase("Symbol") ||
rFont.GetFamilyName().equalsIgnoreAsciiCase("Webdings") ||
rFont.GetFamilyName().equalsIgnoreAsciiCase("Wingdings") ||
rFont.GetFamilyName().equalsIgnoreAsciiCase("Wingdings 2") ||
rFont.GetFamilyName().equalsIgnoreAsciiCase("Wingdings 3") ||
rFont.GetFamilyName().equalsIgnoreAsciiCase("Bookshelf Symbol 7") ||
rFont.GetFamilyName().startsWith("STIXIntegrals") ||
rFont.GetFamilyName().startsWith("STIXNonUnicode") ||
rFont.GetFamilyName().startsWith("STIXSize") ||
......
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