Class ResourcePack.ResourcePackBitmapFont

java.lang.Object
com.badlogic.gdx.graphics.g2d.BitmapFont
com.prineside.tdi2.ResourcePack.ResourcePackBitmapFont
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
Enclosing class:
ResourcePack

public static class ResourcePack.ResourcePackBitmapFont extends com.badlogic.gdx.graphics.g2d.BitmapFont
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.badlogic.gdx.graphics.g2d.BitmapFont

    com.badlogic.gdx.graphics.g2d.BitmapFont.BitmapFontData, com.badlogic.gdx.graphics.g2d.BitmapFont.Glyph
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResourcePackBitmapFont(com.badlogic.gdx.files.FileHandle fontFile, com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g2d.TextureRegion> regions, boolean flip)
     
  • Method Summary

    Methods inherited from class com.badlogic.gdx.graphics.g2d.BitmapFont

    dispose, draw, draw, draw, draw, draw, getAscent, getCache, getCapHeight, getColor, getData, getDescent, getLineHeight, getRegion, getRegion, getRegions, getScaleX, getScaleY, getSpaceXadvance, getXHeight, isFlipped, load, newFontCache, ownsTexture, setColor, setColor, setFixedWidthGlyphs, setOwnsTexture, setUseIntegerPositions, toString, usesIntegerPositions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • ResourcePackBitmapFont

      public ResourcePackBitmapFont(com.badlogic.gdx.files.FileHandle fontFile, com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g2d.TextureRegion> regions, boolean flip)