26 #include <vsg/io/ReaderWriter.h>
27 #include <vsgXchange/Export.h>
34 class VSGXCHANGE_DECLSPEC
freetype :
public vsg::Inherit<vsg::ReaderWriter, freetype>
38 vsg::ref_ptr<vsg::Object> read(
const vsg::Path& filename, vsg::ref_ptr<const vsg::Options> options = {})
const override;
40 bool getFeatures(Features& features)
const override;
43 static constexpr
const char* texel_margin_ratio =
"texel_margin_ratio";
44 static constexpr
const char* quad_margin_ratio =
"quad_margin_ratio";
46 bool readOptions(vsg::Options& options, vsg::CommandLine& arguments)
const override;
52 Implementation* _implementation;
Definition: freetype.h:35