diff --git a/README.md b/README.md index 2ab2900..59e01aa 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,6 @@ shared_ptr cloudGroup = svg.get< ofxSvgGroup>("sky:clouds"); Get all of the elements of a certain type by calling getElementsForType
vector< shared_ptr > trees = svg.getElementsForType< ofxSvgImage >("trees"); + +System fonts are supported. Also searches for a folder "fonts" in the same directory as loaded svg file for cross platform compatability.