// viewfont
// example script-file for writeflash

#include FlashFonts:Halvett.Medium


FileVersion 1

FrameArea {
  width 30000
  height 4500
}

FrameRate 10.0

BackgroundColour 800000


Text {
  id 1
  style {
    font HALVETT_MEDIUM
    size 1200
    colour ffffffff
  }
  text "abcdefghijklmnopqrstuvwxyz"
}

Text {
  id 2
  style {
    font HALVETT_MEDIUM
    size 1200
    colour ffffffff
  }
  text "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
}

Text {
  id 3
  style {
    font HALVETT_MEDIUM
    size 1200
    colour ffffffff
  }
  text "0123456789"
}


PlaceObject {
  depth 1
  id 1
  matrix { 65536 400 200 }
}

PlaceObject {
  depth 2
  id 2
  matrix { 65536 400 1500 }
}

PlaceObject {
  depth 3
  id 3
  matrix { 65536 400 2800 }
}

ShowFrame { }
