I need a way to get a typospread, where each letter has the same binsize and therefor same amount of points in it. Right now they all have different binsizes, which follows no obvious pattern.
I have tried to use resample to upsample the individual letters to the maximum bin size, but that doesn’t seem to work. I just end up with duplicated points.
Any ideas how i can achieve that? Thanks.