PDA

View Full Version : ARMA Fonts



Cloughy
Dec 11 2006, 12:42
What fonts are available for ArmA description.ext file?
IE: which fonts can i use in my cutscenes, with resources.
Arma doesnt recognise fonts from OFP.
If anybody knows, could you post an example.

Cheers

GC

HitmanFF
Dec 11 2006, 14:04
I have to do this by heart, but I had to replace most font definitions by removing the size indications (e.g. Tahoma24 by Tahoma), and defining a SizeEx for the font size.

I can look up an example if need be by tonight.

hoz
Dec 11 2006, 20:12
Moving to ArmA M.E.

The answer can be found in the Biki fonts (http://community.bistudio.com/wiki/FXY_File_Format#ArmA_2)

Cloughy
Dec 12 2006, 12:35
Thanks Hitman, i will give it a go, if you have a working file, could you post it?
Thanks again.

Thanks also hoz, but i have seen this, and still couldnt get them woking, but with the help of htiman, i may have sorted it.
Cheers
GC

Cloughy
Dec 18 2006, 12:45
Sorted now,
had to use the BitStream Font, the Arial wouldnt work.

Cheers
Gareth

van Nistelrooy
Dec 28 2006, 22:15
Is there anybody who could help me please ? What is the real syntax ?
I tried "BitStreamVersans", "BitStreamVersansB15" etc... and it doesn't work. I just need an exemple to understand how to use those fonts please http://forums.bistudio.com/oldsmileys/smile_o.gif.

ColonelSandersLite
Dec 29 2006, 15:58
"TahomaB" works amoung others.

Example:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
font = &#34;TahomaB&#34;;
[/QUOTE]

Also, see here (http://www.ofpec.com/index.php?option=com_smf&Itemid=36&topic=29056.0).

van Nistelrooy
Dec 29 2006, 16:10
Thank you http://forums.bistudio.com/oldsmileys/smile_o.gif.