Replacing squares with pixel component

Hi,
I’m looking for a simple script that allows me to replace the selected squares with a “pixel” component.

I developed this font many years ago without using the pixel tool, & nowadays I’m redesigning it.

The existing “Pixelate filter“does not work perfectly with all letters.

In your case, each component is positioned are the same position as the start node of each path. So, the script would iterate over all paths and create a list of start node positions. Then, delete all paths and place pixel components for each position in the just-created list.

1 Like

Thanks, I know the concept of the script, but unfortunately, I’m not that match expert with Python.

There are solutions for that, look for Pixelate in the Plugin Manager.

1 Like