// Path Table Size
Fixup pts = streamHandler.fixup(new BothWordDataReference(0));
memory.put("ptSizeFixup", pts);
// Type L Path Table Location
Fixup tlpt = streamHandler.fixup(new LSBFWordDataReference(0));
memory.put("typeLPTLocationFixup", tlpt);
// Optional Type L Path Table Location: none
streamHandler.data(new LSBFWordDataReference(0));
// Type M Path Table Location
Fixup tmpt = streamHandler.fixup(new WordDataReference(0));
memory.put("typeMPTLocationFixup", tmpt);
// Optional Type M Path Table Location: none