I have modified one of the built-in station platform signs for my own purpose and want to change the font to something else besides the common Sans Serif or Arial font that's used on all signs. I checked the Wiki for information on this and found this mesh-table.
	
	
	
		
Following the lead here, even in placement for the font-line and ensuring the font-name is spelled correct, I am unable to get this to work.
Has this ever worked? Or is this now a bug in T:ANE.
John
				
			
		Code:
	
	mesh-table
{
  default
  {
    mesh industry.lm
    auto-create 1
    effects
    {
      0
      {
        kind name
        [B]font garamond[/B]
        fontsize 0.15
        fontcolor 30,30,30
        att a.name0
        name name
      }
      1
      {
        kind name
     [B]   font swiss[/B]
        fontsize 0.3
        fontcolor 30,30,30
        att a.name1
        name name
      }
    }
  }
}Following the lead here, even in placement for the font-line and ensuring the font-name is spelled correct, I am unable to get this to work.
Has this ever worked? Or is this now a bug in T:ANE.
John
 
	
