package org.simantics.document.server.io; public interface IFont { String getFamily(); String getStyle(); int getHeight(); }