VTK-m  2.0
BitmapFontFactory.h
Go to the documentation of this file.
1 //============================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //============================================================================
10 #ifndef vtk_m_BitmapFontFactory_h
11 #define vtk_m_BitmapFontFactory_h
12 
14 
15 namespace vtkm
16 {
17 namespace rendering
18 {
19 
20 class VTKM_RENDERING_EXPORT BitmapFontFactory
21 {
22 public:
23  static vtkm::rendering::BitmapFont CreateLiberation2Sans();
24 };
25 }
26 } //namespace vtkm::rendering
27 
28 #endif
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::rendering::BitmapFont
Definition: BitmapFont.h:25
vtkm::rendering::BitmapFontFactory
Definition: BitmapFontFactory.h:20
BitmapFont.h