Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: edmundito on Sun 08/06/2003 21:14:02

Title: TTF font + outline? (suggestion added)
Post by: edmundito on Sun 08/06/2003 21:14:02
Has anyone successfully made a TTF font with a TTF outline that works on ags just fine? I know that the LucasFont worked a while ago, but it doesn't anymore. I haven't tried to do it again, tho. and if you have, what's the way to create the outline font?
Title: Re:TTF FONT + OUTLINE?
Post by: Spyros on Sun 08/06/2003 21:32:53
The best way is to convert the ttf font to a sci one by copying-pasting each character. This way I made the inferno font. It took me about 2 hours of work but the results were excellent
Title: Re:TTF FONT + OUTLINE?
Post by: TerranRich on Mon 09/06/2003 02:42:13
Hey Spyros, was it a high-res font?
Title: Re:TTF FONT + OUTLINE?
Post by: edmundito on Mon 09/06/2003 05:59:16
Quote from: Spyros on Sun 08/06/2003 21:32:53
The best way is to convert the ttf font to a sci one by copying-pasting each character. This way I made the inferno font. It took me about 2 hours of work but the results were excellent

Yeah, that's what I'm doing, but I'm just wondering if anyone got away with it by importing a ttf font and it's outlined version and make it work correctly.

---

I have a suggestion for AGS: A drop shadow option. Yes, I could always do shadow in the SCI font. however, the font becomes too spaced out so it just doesn't look good (I'm talking in the case I have an outline font with a shadow, which looks pretty neat but as I said, it's really spaced out with the shadow).

unless there's only another option: say that the sentence is written with the normal font, then the outline font (which could include a shadow) is displayed below it, but in such a way that it overlaps with the other outlines. So I guess it'd be more like matching the center of each character. I hope you understand what I mean :P
Title: Re:TTF font + outline? (suggestion added)
Post by: Synthetique on Mon 09/06/2003 11:35:57
how do i make ttf fonts?
Title: Re:TTF font + outline? (suggestion added)
Post by: Proskrito on Mon 09/06/2003 12:58:16
Quotebut in such a way that it overlaps with the other outlines
Yeah that would be great! :D
QuoteSo I guess it'd be more like matching the center of each character.
or just make the outline font of a character overlap with the previous and next a fixed amount of pixels, say 1 pixel. That is what lucas games did, and i think it looks better.
Title: Re:TTF font + outline? (suggestion added)
Post by: edmundito on Mon 09/06/2003 15:32:46
Proskrito: Yeah, that's sort of what I meant. I made up a sample (DRAMATIZATION :P) using photoshop:

(http://netmonkey.cellosoft.com/temp/textsample.gif)

The spaced out sentence is the way AGS displays outline fonts right now. it's not too bad, but the longer the sentence, the worse it gets. plus, I've tested it on high resolutions... and it's probably worse in the lower resolutions. I'm also looking at this at a high resolution (1280x1024) and at 640 by 480 the difference is much more noticeable. It also looks much better if it's not spaced out :)
Title: Re:TTF font + outline? (suggestion added)
Post by: Pumaman on Mon 09/06/2003 21:31:43
So what you're asking is for the outline font to be spaced according to the width of the normal font? Hmm, I'll see how tricky that is to implement.
Title: Re:TTF font + outline? (suggestion added)
Post by: edmundito on Mon 09/06/2003 21:39:28
yep.
Title: Re:TTF font + outline? (suggestion added)
Post by: Pau on Mon 16/06/2003 22:17:18
This would be great, and will solve all the problem about using special characters (ñ,á,è...) because ttf fots would became readable.
Title: Re:TTF font + outline? (suggestion added)
Post by: TerranRich on Tue 17/06/2003 23:48:15
CJ: That would be awesome, I too would greatly appreciate that, if it is feasible.

Synthetique: Making a TTF font takes time, money, and patience. Or you could download a font maker illegally (!) but you would still need teh time and patience. You have to draw each character using vectors (usually) and there are issues with alignment of bases and overlapping characters, among other things. I'd suggest looking into Fontographer. But not until you've shown me a sample of teh sci-fi SCI font you promised me you'd work on! ;)