Changing text sizeSolved

With <size = 17> text </size> at the beginning and end of each row of text in the lang file and the text size changed to (default 12) 17 in the config i dont get ANY message at all , I get the (Better)Chat message with no problems,
Any hints as to what i am doing wrong ?

text is bigger then the ui

have to make the ui lines bigger

 

Thanks i will give it a go,
*EDIT
tried
"Height ident (space between messages). Default: 0.0185": 0.0185,
"Feed Position - Anchor Max. (Default: 0.995 0.986": "0.895 0.886",
"Feed Position - Anchor Min. (Default: 0.723 0.964": "0.523 0.764",
"Font size of kill feed (Default: 12)": 17,
"Outline Text Size (Default: 0.5 0.5)": "0.5 0.5",
"Default color for distance (if too far from any from the list). Default: #FF8000": "#FF8000",
"Distance Colors List (Certain color will apply if distance is <= than specified)": [

And it works great

yes thats the limit with the UI method we are able to work with since text is allso % based on the screen size, and not directly adaptable for most cases.

like text on buttons cannot be outlined and have to be faked with a coloured panel a text and tarnsparent button(so 3 layers).
but good to see the size issue has been resolved :)

Locked automatically