Class PhysicalFont

java.lang.Object
org.docx4j.fonts.PhysicalFont

public class PhysicalFont
extends java.lang.Object
This class represents a font which is available on the system. It essentially wraps fop's EmbedFontInfo, but names it using the name from the triplet. However, it extends that with Panose info. TODO: use reflection, so that things don't fail if the fop jar doesn't include fontInfo.getPanose() or fontInfo.getEmbedFile()
Author:
dev