Problem with fonts
#1
Question 
Seems that I can't fix this issue by my self, my problem is, that I use a font which supports these 3 symbols: ÆÅØ - both uppercase and lowercase. But when i use uppercase to display a text in my skin, these symbols are forced to lowercase?

This is also a problem with symbols like:

áÁóÓöÖ

I have checked that the fonts I use, supports all symbols in both lowercase and uppercase.

My code in Font.xml looks like this:
Code:
<fonts>
    <fontset id="default" unicode="true">
        <font>
            <name>12</name>
            <filename>regular.ttf</filename>
            <aspect>1.0</aspect>
            <size>12</size>
        </font>
         </fontset>
</fonts>

There is several more, but they look like the same.
I appreciate any help,
thanks!
Reply
#2
Answer -

jmarshall Wrote:There's about 12 trac tickets for this already. It's not going to happen until we get something like ICU, which is a non-trivial thing to do.

Your only option in the meantime is to do an uppercase only version of the font.
Reply
#3
Hitcher Wrote:Answer -

Okay, thanks! So other skinners have done the same? Cause it ain't a problem with skins like Xperience, Xeebo an so on.
Reply
#4
If it's not a list item you can uppercase it in your strings.xml.
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with fonts0