[Fontconfig-bugs] [Bug 19128] Handling whitespace in aliases
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 10 19:10:19 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=19128
--- Comment #17 from Akira TAGOH <akira at tagoh.org> 2012-04-10 19:10:19 PDT ---
I still wonder if "eq_case_blanks" is really better name for operator. there
are another idea when I thought of. it is to make the case-sensitivity and
ignoring blanks optional.
<test name="family" compare="eq" case-sensitivity="false"
ignore-blanks="true">
...
</test>
the concern is, it's only effective for string. but that may be ok since
fontconfig implicitly adjusts the behavior against the operator in even current
implementation. e.g. FcOpContains and FcOpListing is equal to FcOpEqual for
integer and float.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Fontconfig-bugs
mailing list