Package arc.flabel

Class FGlyph

All Implemented Interfaces:
Pool.Poolable

public class FGlyph extends Font.Glyph implements Pool.Poolable
Extension of Font.Glyph with additional data exposed to the user.
  • Field Details

  • Constructor Details

    • FGlyph

      public FGlyph()
  • Method Details

    • set

      public void set(Font.Glyph from)
    • reset

      public void reset()
      Description copied from interface: Pool.Poolable
      Resets the object for reuse. Object references should be nulled and fields may be set to default values.
      Specified by:
      reset in interface Pool.Poolable