19 May 2013 18:24
Font family case-sensitiveness
Thomas Arnhold <thomas-libo <at> arnhold.org>
2013-05-19 16:24:12 GMT
2013-05-19 16:24:12 GMT
Hi, A quick grep on the source reveals that there case-sensitive and case-insensitive comparisons for the font family name. This looks pretty suspicious. git grep -i \"starsymbol\" -- *.cxx Should we always check case-insensitive or convert all lower-case ones to "StarSymbol" (most/all? definitions of this string are mixed case). The same holds for "opensymbol". Maybe more... And maybe there is more work with GetFamilyName()..., see 79e5615fa103a52ce41ed682b624c13fd9a9d1eb. Ideas? Thomas
RSS Feed