Class ResourceFont

  • All Implemented Interfaces:
    Font, java.io.Serializable

    public class ResourceFont
    extends FontImpl
    A font that comes from a Mac resource file whether that be a resource fork or a data fork resource file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceFont

        public ResourceFont​(java.net.URL resource,
                            int type,
                            int fontID,
                            int fondID)
        Constructor.
      • ResourceFont

        public ResourceFont​(java.net.URL resource,
                            int type,
                            int fontID,
                            int fondID,
                            FontData fontData)
        Constructor.