def tcaxPy_Init():
global _FD
global _Fs
global _Blur
global COLOR
global width
global height
_FD = 1000 / GetVal(val_FXFPS)
_Fs = GetVal(val_FontSize)
_Blur = GetVal(val_Blur)
COLOR = DivClr(GetVal(val_1C), GetVal(val_2C), _Fs)
width = GetVal(val_TextWidth)
height = GetVal(val_TextHeight)