Wintermute Engine Forum

Wintermute Engine => Bug reports => Not a bug => Topic started by: Dionysius on December 25, 2007, 10:08:28 AM

Title: TTF Font - changing color bug
Post by: Dionysius on December 25, 2007, 10:08:28 AM
Here is my .font definition.
Code: [Select]
  SIZE = 12
  FACE = "Arial"

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

  CHARSET = 10

  COLOR { 0, 255, 0 }
  ALPHA = 255

But the color of font is always red  :-[ And parameter "ALPHA" also has no any effect. What do I do wrong?
Title: Re: TTF Font - changing color bug
Post by: Dionysius on December 25, 2007, 10:12:00 AM
P.S. I use WME 1.8.1
Title: Re: TTF Font - changing color bug
Post by: Dionysius on December 25, 2007, 10:19:21 AM
Oh, I'm sorry  :-[ The problem was in
Code: [Select]
  LAYER
  {
    OFFSET_X = 0
    OFFSET_Y = 0
    COLOR { 0, 255, 0 }
    ALPHA = 255
  }