It is currently May 2nd, 2024, 11:42 am

Custom Font Problem (Yes I searched first)

Get help with creating, editing & fixing problems with skins
stephan
Posts: 5
Joined: December 19th, 2012, 11:55 pm

Custom Font Problem (Yes I searched first)

Post by stephan »

Hey guys, I downloaded a .ttf font named "EVE Alpha" and have been trying to use it, however my application is defaulting to Arial, and from what i read something is not being set right. Im new to all this, but an avid programmer, just seems some of the info on how to use the custom uninstalled fonts used the deprecated functions.

Code: Select all

[2]
FontSize=10
FontColor=255,255,255,255
FontFace=EVE Alpha
FontStyle=Bold
StringAlign=center
StringStyle=NORMAL
AntiAlias=1

[HeaderLabel]
meter=string
meterstyle=2
text="Account Settings"
x=225
y=4r
My Eve.ttf is located at @Resources\Fonts\Eve.ttf
"Font name: EVE Alpha" according to the font viewer

Thanks for the help this is driving me crazy
Last edited by stephan on December 20th, 2012, 12:51 am, edited 1 time in total.
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: Custom Font Problem (Yes I searched first)

Post by moshi »

worth a try: http://rainmeter.net/forum/viewtopic.php?f=18&t=6103
this would return the correct FontFace setting for Rainmeter.

if it does not help: some fonts have some kind of digital rights management. a Google search for embeddable flag ttf would provide info about that.
stephan
Posts: 5
Joined: December 19th, 2012, 11:55 pm

Re: Custom Font Problem (Yes I searched first)

Post by stephan »

moshi wrote:worth a try: http://rainmeter.net/forum/viewtopic.php?f=18&t=6103
this would return the correct FontFace setting for Rainmeter.

if it does not help: some fonts have some kind of digital rights management. a Google search for embeddable flag ttf would provide info about that.
thank you so much, turned out the StringStyle=BOLD was what was throwing it off. if i can find a karma type rating for you ill give you a +1