pub fn get_vector_char_width(c: char, size_px: u32) -> u32
1 文字ぶんの advance 幅を返す。 折返し計算で 1 文字ずつ幅を加算する用途向け(行全体の再計測を避けて O(n) にする)。