29#ifndef vtkFreeTypeTools_h
30#define vtkFreeTypeTools_h
33#include "vtkRenderingFreeTypeModule.h"
45#include "vtk_freetype.h"
53class vtkTextPropertyLookup;
141 vtkTextProperty* tprop, vtkTypeUInt32 leftChar, vtkTypeUInt32 rightChar);
190 int textDims[2] =
nullptr);
223 static vtkTypeUInt32
HashBuffer(
const void* buffer,
size_t n, vtkTypeUInt32 hash = 0);
343 bool GetSize(
size_t tprop_cache_id,
int font_size, FT_Size* size);
344 bool GetSize(FTC_Scaler scaler, FT_Size* size);
345 bool GetFace(
size_t tprop_cache_id, FT_Face* face);
347 bool GetGlyph(
size_t tprop_cache_id,
int font_size, FT_UInt gindex, FT_Glyph* glyph,
370 FT_Bitmap*
GetBitmap(FT_UInt32 c,
size_t prop_cache_id,
int prop_font_size, FT_UInt& gindex,
371 FT_BitmapGlyph& bitmap_glyph);
373 FT_UInt32 c, FTC_Scaler scaler, FT_UInt& gindex, FT_BitmapGlyph& bitmap_glyph);
380 FT_Outline*
GetOutline(FT_UInt32 c,
size_t prop_cache_id,
int prop_font_size, FT_UInt& gindex,
381 FT_OutlineGlyph& outline_glyph);
383 FT_UInt32 c, FTC_Scaler scaler, FT_UInt& gindex, FT_OutlineGlyph& outline_glyph);
436 bool RenderStringInternal(
449 bool CalculateBoundingBox(
const vtkStdString& str, MetaData& metaData);
450 bool CalculateBoundingBox(
451 const std::string& str, MetaData& metaData,
const std::string& defaultHeightString);
459 template <
typename DataType>
460 bool PopulateData(
const std::string& str, DataType data, MetaData& metaData);
465 template <
typename DataType>
466 bool RenderLine(std::string::const_iterator begin, std::string::const_iterator end,
int lineIndex,
467 DataType data, MetaData& metaData);
473 bool RenderCharacter(FT_UInt32 codepoint,
int& x,
int& y, FT_UInt& previousGlyphIndex,
475 bool RenderCharacter(FT_UInt32 codepoint,
int& x,
int& y, FT_UInt& previousGlyphIndex,
476 vtkPath* path, MetaData& metaData);
479 void OutlineToPath(
int x,
int y, FT_Outline* outline,
vtkPath* path);
487 const std::string& str, MetaData& metaData,
int targetWidth,
int targetHeight);
497 void GetLineMetrics(std::string::const_iterator begin, std::string::const_iterator end,
498 MetaData& metaData,
int& width,
int bbox[4]);
topologically and geometrically regular array of data
a simple class to control print indentation
concrete dataset representing a path defined by Bezier curves.
Hold a reference to a vtkObjectBase instance.
Wrapper around std::string to keep symbols short.
represent text properties.
#define VTK_UNSIGNED_LONG_MAX
#define VTK_UNSIGNED_INT_MAX