mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Minor string changes.
This commit is contained in:
parent
e0e12a8bd9
commit
66643e85ac
74 changed files with 895 additions and 889 deletions
|
|
@ -199,9 +199,9 @@ public:
|
|||
|
||||
// Surely there must be a better way to do this?
|
||||
const String name (face->family_name);
|
||||
newFace->setSerif (! (name.containsIgnoreCase (T("Sans"))
|
||||
|| name.containsIgnoreCase (T("Verdana"))
|
||||
|| name.containsIgnoreCase (T("Arial"))));
|
||||
newFace->setSerif (! (name.containsIgnoreCase ("Sans")
|
||||
|| name.containsIgnoreCase ("Verdana")
|
||||
|| name.containsIgnoreCase ("Arial")));
|
||||
}
|
||||
|
||||
FT_Done_Face (face);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue