Please login or register.

Login with username, password and session length
Advanced search  

News:

Forum rules - please read before posting, it can save you a lot of time.

Author Topic: font size  (Read 3157 times)

0 Members and 1 Guest are viewing this topic.

fireside

  • Supporter
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 211
    • View Profile
font size
« on: June 07, 2013, 02:50:35 PM »

Is there some way to change font size without setting a new font?  I found setFont on the 3d actor, but it didn't take a font size argument.  All I want is a little bigger font size right now.  I looked for a font object in the script reference but didn't see one.  I saw the fonts in the folder, but I didn't see where I could adjust size.
« Last Edit: June 07, 2013, 02:58:08 PM by fireside »
Logged

metamorphium

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 12
  • Offline Offline
  • Gender: Male
  • Posts: 1511
  • Vampires!
    • View Profile
    • CBE  software s.r.o.
Re: font size
« Reply #1 on: June 08, 2013, 01:00:00 AM »

for true type font you simply type size in font file:

TTFONT
{
  SIZE = 21 
  FACE = "Verdana"

  BOLD = FALSE
  ITALIC = FALSE
  UNDERLINE = FALSE
  STRIKE = FALSE

  CHARSET = 1

  COLOR { 255, 255, 255 }
  ALPHA = 255
 
}
Logged
J.U.L.I.A. Enhanced Edition, Vampires!, J.U.L.I.A., J.U.L.I.A. Untold, Ghost in the Sheet

fireside

  • Supporter
  • Regular poster
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 211
    • View Profile
Re: font size
« Reply #2 on: June 08, 2013, 10:32:22 AM »

OK, thanks.
Logged
 

Page created in 0.016 seconds with 23 queries.