VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Rendering
FreeTypeFontConfig
vtkFontConfigFreeTypeTools.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFontConfigFreeTypeTools.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
33
#ifndef __vtkFontConfigFreeTypeTools_h
34
#define __vtkFontConfigFreeTypeTools_h
35
36
#include "
vtkRenderingFreeTypeFontConfigModule.h
"
// For export macro
37
#include "
vtkFreeTypeTools.h
"
38
39
class
VTKRENDERINGFREETYPEFONTCONFIG_EXPORT
vtkFontConfigFreeTypeTools
:
40
public
vtkFreeTypeTools
41
{
42
public
:
43
vtkTypeMacro(
vtkFontConfigFreeTypeTools
,
vtkFreeTypeTools
);
44
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
45
50
static
vtkFontConfigFreeTypeTools
*
New
();
51
53
56
static
bool
LookupFaceFontConfig(
vtkTextProperty
*tprop, FT_Library lib,
57
FT_Face *
face
);
59
60
protected
:
61
vtkFontConfigFreeTypeTools
();
62
~
vtkFontConfigFreeTypeTools
();
63
66
FT_Error
CreateFTCManager
();
67
68
private
:
69
vtkFontConfigFreeTypeTools
(
const
vtkFontConfigFreeTypeTools
&);
// Not implemented.
70
void
operator=(
const
vtkFontConfigFreeTypeTools
&);
// Not implemented.
71
};
72
73
#endif //__vtkFontConfigFreeTypeTools_h
vtkRenderingFreeTypeFontConfigModule.h
vtkFreeTypeTools.h
vtkFontConfigFreeTypeTools
Subclass of vtkFreeTypeTools that uses system installed fonts.
Definition:
vtkFontConfigFreeTypeTools.h:39
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkFreeTypeTools::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTextProperty
represent text properties.
Definition:
vtkTextProperty.h:38
vtkFreeTypeTools::CreateFTCManager
virtual FT_Error CreateFTCManager()
VTKRENDERINGFREETYPEFONTCONFIG_EXPORT
#define VTKRENDERINGFREETYPEFONTCONFIG_EXPORT
Definition:
vtkRenderingFreeTypeFontConfigModule.h:15
vtkObject::New
static vtkObject * New()
vtkFreeTypeTools
FreeType library support.
Definition:
vtkFreeTypeTools.h:62
vtkgl::face
GLenum GLuint GLint GLenum face
Definition:
vtkgl.h:13568
Generated on Thu Mar 12 2015 20:31:59 for VTK by
1.8.8