def deployMultiProcess(fontPath, queue):
    
    try:
        charsRendered, charsNotRendered = deploy(fontPath, ttLib.TTFont(fontPath))
        queue.put(charsRendered)