pub fn canvas_fill_text( _it: &mut Interp, this: Value, a: &[Value], ) -> Result<Value, Value>
fillText(text, x, y)。
fillText(text, x, y)
strokeText も同じ処理へ回す。線でなぞる形は未対応で、 塗りで代用する(何も描かないよりは近い)。
strokeText