Interface FontBridgeFactory


public interface FontBridgeFactory
A factory that creates new FontBridges.
Author:
Benjamin Sigg
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new bridge
  • Method Details

    • create

      FontBridge create(FontManager manager)
      Creates a new bridge
      Parameters:
      manager - the manager for which the bridge will be used
      Returns:
      the new bridge