pub(crate) fn grid_col_x(col_widths: &[i32], col_gap: i32, col: usize) -> i32
列インデックス col の左端 x オフセット(列幅 + col_gap の累積)。