INTERFACE WYSIWYGify;
this interface was created on painful discovery that PS text sizes and Trestle text sizes do not mean the same thing.
PROCEDURE FormatTextSizeForPS(a: REAL): TEXT; PROCEDURE ScanTextSizeFromPS(t: TEXT): REAL; END WYSIWYGify.