public class BitmapFontBaker extends Object
BitmapFont out of ttf fonts| Constructor and Description |
|---|
BitmapFontBaker() |
| Modifier and Type | Method and Description |
|---|---|
static com.badlogic.gdx.graphics.g2d.BitmapFont |
bake(String fontPath,
com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter params) |
static com.badlogic.gdx.graphics.g2d.BitmapFont |
bake(String fontPath,
int size) |
static com.badlogic.gdx.graphics.g2d.BitmapFont |
bake(String fontPath,
int size,
boolean mono) |
static void |
dispose() |
public static com.badlogic.gdx.graphics.g2d.BitmapFont bake(String fontPath, com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator.FreeTypeFontParameter params)
public static com.badlogic.gdx.graphics.g2d.BitmapFont bake(String fontPath, int size, boolean mono)
public static com.badlogic.gdx.graphics.g2d.BitmapFont bake(String fontPath, int size)
public static void dispose()
Copyright © 2020. All rights reserved.