reading a “TrueType font (font/ttf)” file
I am trying to read a ttf file and I need some special tools to do it. for example I used
from lenstools.simulations import Gadget2SnapshotDE , Gadget2Snapshot
and then
snap = Gadget2Snapshot.open('my_ttf_file')
when I used
snap.getID()
half of the ids were 0. how do I fix this?