![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::SVG, including all inherited members.
clear() | s3d::SVG | |
height() const | s3d::SVG | |
heightF() const | s3d::SVG | |
isEmpty() const noexcept | s3d::SVG | |
load(FilePathView path) | s3d::SVG | |
load(Reader &&reader) | s3d::SVG | |
load(std::unique_ptr< IReader > &&reader) | s3d::SVG | |
Load(FilePathView path) | s3d::SVG | static |
operator bool() const noexcept | s3d::SVG | explicit |
Parse(const std::string &source) | s3d::SVG | static |
Parse(StringView source) | s3d::SVG | static |
parse(const std::string &source) | s3d::SVG | |
parse(StringView source) | s3d::SVG | |
render(const Color &background) const | s3d::SVG | |
render(const Optional< int32 > &maxWidth, const Optional< int32 > &maxHeight, const Color &background=Color{ 0, 0 }) const | s3d::SVG | |
render(const Optional< Size > &maxSize=unspecified, const Color &background=Color{ 0, 0 }) const | s3d::SVG | |
size() const | s3d::SVG | |
sizeF() const | s3d::SVG | |
SVG() | s3d::SVG | |
SVG(FilePathView path) | s3d::SVG | explicit |
SVG(Reader &&reader) | s3d::SVG | explicit |
SVG(std::unique_ptr< IReader > &&reader) | s3d::SVG | explicit |
width() const | s3d::SVG | |
widthF() const | s3d::SVG |