LoadFont

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by LJ.

In the command:
LoadFont (1, "Arial", 21)

A few more flags at the end for bold, italic, underline like:

LoadFont (1, "Arial", 21,[bold flag],[italic flag],[underline flag])
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by freak.

Yes, this was requested for some time, now.

I don't know the actual state, but I think, it is still on the TODO list, nothing implemented yet.

As a workaround for now, you can use these Tips here:
viewtopic.php?t=2514
viewtopic.php?t=2515

Timo
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

Exactly. Danilo will kill me if he read this post :).

Fred - AlphaSND
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by LJ.

Thanks Timo, Fred, and Danilo, it works great.:)
Post Reply