ID:260867
 
mob
verb
SelectFont(F as Font)
winset(usr,"Main.Label",{"font-family="[F]""})


Just a few things I think BYOND should include in a future update. "Font" would let you select a font-family at runtime and "window.OnTop" if selected would keep the window on top of every other program and window.

Thanks

National Guardsmen wrote:
> mob
> verb
> SelectFont(F as Font)
> winset(usr,"Main.Label",{"font-family="[F]""})
>

Just a few things I think BYOND should include in a future update. "Font" would let you select a font-family at runtime

winset(src, "default.output_default", "font-family=\"Charlemagne Std\"")


Worked fine for me.

[edit]

Oh wait! I get what you mean! Sorry, I misread that.

Yes, I concur. Allowing the user to select from a list of fonts they have on their computer would be nice.