Java com.badlogic.gdx.graphics.g2d GlyphLayout fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics.g2d GlyphLayout fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics.g2d GlyphLayout.

The text is from its open source code.

Constructor

Method

voidsetText(BitmapFont font, CharSequence str)
Calls #setText(BitmapFont,CharSequence,int,int,Color,float,int,boolean,String) setText with the whole string, the font's current color, and no alignment or wrapping.
voidsetText(BitmapFont font, CharSequence str, Color color, float targetWidth, int halign, boolean wrap)
Calls #setText(BitmapFont,CharSequence,int,int,Color,float,int,boolean,String) setText with the whole string and no truncation.
voidsetText(BitmapFont font, CharSequence str, int start, int end, Color color, float targetWidth, int halign, boolean wrap, String truncate)