/*
* Decompiled with CFR 0_118.
*/
package com.adobe.internal.pdftoolkit.pdf.content.processor;
import com.adobe.internal.pdftoolkit.pdf.content.processor.FontWidthStore;
interface DistanceComputer {
public double getDistance(FontWidthStore var1, FontWidthStore var2);
}