final PathFileReader pathReader = new PathFileReader();
_svgPathsArray = pathReader.getPaths(vg11, "/res/paths.txt");
// Get the default Font and its FontSpec
final Font font = Font.getDefault();
final FontSpec fontSpec = font.getFontSpec();
// Create text images
_textImage =
VGUtils.vgCreateTextAsImage(vg, fontSpec,
"Tap or click to swap screens", null, null);