Gin
Functions
images

Functions

juce::Image rasterizeSVG (juce::String svgText, int w, int h)
 Converts an SVG to Image. More...
 
juce::Path parseSVGPath (const juce::String &txt)
 Like Drawable::parseSVGPath but works with list of points. More...
 

Detailed Description

Function Documentation

◆ rasterizeSVG()

juce::Image rasterizeSVG ( juce::String  svgText,
int  w,
int  h 
)

Converts an SVG to Image.

WARNING: This will lock the image thread

◆ parseSVGPath()

juce::Path parseSVGPath ( const juce::String &  txt)

Like Drawable::parseSVGPath but works with list of points.