Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Newbie font questions -- please help!  (Read 728 times)
0 Members and 1 Guest are viewing this topic.
Offline Robin

Junior Newbie




Java games rock!


« Posted 2004-10-09 08:34:05 »

My apologies to those who visit the puppygames.net LWJGL forums, as i've posted this message there too. I'm just quite desparate for an answer Sad

---

Being a complete novice at programming in general, i've found LWJGL to be relative easy to pick up. (I come from a flash background)

That said, i'm curious as to whther it's possible to display proportional-width fonts well in LWJGL? I know that you need to create a bitmap beforehand and reference that -- but having seen Thom Wetzel's bitmap font builder which allows for the saving of font metrics in an external file -- i'm really really hoping that it can be done.

Additionally, with fonts in LWJGL (fixed-width or otherwise) is it easy to
- scale / rotate them easily in 2d?
- adjust opacity?

I've seen a number of tutorials on fonts in LWJGL, but they appear to be biased towards fixed-width outcomes.

Thanks for reading. I love everything about LWJGL so far, just this darn font thing which is getting in the way Smiley
Offline princec
« League of Dukes »

JGO Kernel


Medals: 196
Projects: 3


Eh? Who? What? ... Me?


« Reply #1 - Posted 2004-10-09 09:55:18 »

http://puppygames.net/forums/viewtopic.php?p=5289

Scaling is easy (glScale) but will be subject to mipmapping artifacts as these are raster fonts not vector fonts. See puppygames post for adjusting opacity.

If you'd like a pre-made font to play with just ask and I'll generate it for you with the SPGL tool.

Cas Smiley

Offline Robin

Junior Newbie




Java games rock!


« Reply #2 - Posted 2004-10-09 10:05:27 »

Cas, thanks so much! you wouldn't believe how much better i feel Smiley

Re: that pre-made font, i would be very happy if you could send it my way. (if you have the time)

In the meantime, i'm off to decipher the stuff at SPGL. wish me luck Tongue
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline oNyx

JGO Coder


Medals: 1


pixels! :x


« Reply #3 - Posted 2004-10-09 10:42:47 »

Proportional fonts are basically the same as fixed pitch fonts... however when creating the display lists you just take the width of each character into account. That's the whole idea (you can for example export the widths in Bitmap Font Builder as C stuff... you can take that stuff the way it is... you only need to change the type declaration line to: private static int[] charSize = yadda yadda... well it's pretty hard coded then).

The result can already look perfectly fine, but it depends on the used font.

弾幕 ☆ @mahonnaiseblog
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (80 views)
2013-05-17 21:29:12

alaslipknot (89 views)
2013-05-16 21:24:48

gouessej (122 views)
2013-05-16 00:53:38

gouessej (114 views)
2013-05-16 00:17:58

theagentd (126 views)
2013-05-15 15:01:13

theagentd (113 views)
2013-05-15 15:00:54

StreetDoggy (158 views)
2013-05-14 15:56:26

kutucuk (180 views)
2013-05-12 17:10:36

kutucuk (180 views)
2013-05-12 15:36:09

UnluckyDevil (186 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.13 seconds with 20 queries.