类 FontSprite
- java.lang.Object
-
- proguard.gui.splash.FontSprite
-
-
构造器概要
构造器 构造器 说明 FontSprite(proguard.gui.splash.VariableFont font, Sprite sprite)Creates a new FontSprite.
-
-
-
构造器详细资料
-
FontSprite
public FontSprite(proguard.gui.splash.VariableFont font, Sprite sprite)Creates a new FontSprite.- 参数:
font- the variable Font of the given sprite.sprite- the sprite that will be provided of a font and painted.
-
-