Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/stroke/TextStrokeRenderer.h')
-rw-r--r--source/blender/freestyle/intern/stroke/TextStrokeRenderer.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h b/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h
index 957ad9c49db..c5af09ef598 100644
--- a/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h
+++ b/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h
@@ -48,23 +48,22 @@ namespace Freestyle {
/* */
/**********************************/
-class TextStrokeRenderer : public StrokeRenderer
-{
-public:
- TextStrokeRenderer(const char *iFileName = NULL);
- virtual ~TextStrokeRenderer();
+class TextStrokeRenderer : public StrokeRenderer {
+ public:
+ TextStrokeRenderer(const char *iFileName = NULL);
+ virtual ~TextStrokeRenderer();
- /*! Renders a stroke rep */
- virtual void RenderStrokeRep(StrokeRep *iStrokeRep) const;
- virtual void RenderStrokeRepBasic(StrokeRep *iStrokeRep) const;
+ /*! Renders a stroke rep */
+ virtual void RenderStrokeRep(StrokeRep *iStrokeRep) const;
+ virtual void RenderStrokeRepBasic(StrokeRep *iStrokeRep) const;
- /*! Closes the output file */
- void Close();
+ /*! Closes the output file */
+ void Close();
-protected:
- mutable ofstream _ofstream;
+ protected:
+ mutable ofstream _ofstream;
};
} /* namespace Freestyle */
-#endif // TEXTSTROKERENDERER_H
+#endif // TEXTSTROKERENDERER_H