// fork from tw:ina_ani:シンプル
addDescription("h1","日常")
addDescription("","文字の位置だけですが")

!title = getExternalVar("タイトル(2文字)","日常")
!subtitle1 = getExternalVar("サブタイトル","nichijou")
!subtitle2 = getExternalVar("サブタイトル2","hogeho fuga")

scale(0.7)
 col("black")
  font("IPAMincho")
   shift(0,-0.7)
    text(stringCharAt(title,0))
   shift(0,0.5)
    text(stringCharAt(title,1))
   shift(0.6,-0.1)
    scale(0.1)
     lw(50)
      col("#6a6")
       font("Titillium Web")
        text(subtitle1)
   shift(0.6, 0)
    scale(0.05)
     col("#dc3")
      lw(20)
       font("Titillium Web")
        text(subtitle2)
tw:ina_ani
mce2
1382763707