Package | Description |
---|---|
ej.drawing | |
ej.microui.display |
Modifier and Type | Method and Description |
---|---|
static void |
TransformPainter.drawScaledRenderableStringBilinear(GraphicsContext gc,
RenderableString string,
int x,
int y,
float factorX,
float factorY)
Draws the renderable string in the graphics context at given anchor top-left position and using the given scaling
factor.
|
Modifier and Type | Method and Description |
---|---|
static void |
Painter.drawRenderableString(GraphicsContext gc,
RenderableString string,
int x,
int y)
Draws the string using the font and given graphics context color.
|