public class GlyphCache extends Object
Constructor and Description |
---|
GlyphCache(BaseContext context,
FontStrike strike) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Texture |
getBackingStore() |
void |
render(BaseContext ctx,
GlyphList gl,
float x,
float y,
int start,
int end,
Color rangeColor,
Color textColor,
BaseTransform xform,
BaseBounds clip) |
public GlyphCache(BaseContext context, FontStrike strike)
public void render(BaseContext ctx, GlyphList gl, float x, float y, int start, int end, Color rangeColor, Color textColor, BaseTransform xform, BaseBounds clip)
public Texture getBackingStore()
public void clear()
Copyright © 2020. All rights reserved.