#include "visitors/facevisitor-type1tables.h"
#include <cassert>
#include <vector>
void
freetype::FaceVisitorType1Tables::
run( Unique_FT_Face face )
{ … }
void
freetype::FaceVisitorType1Tables::
get_string( Unique_FT_Face& face,
PS_Dict_Keys key,
std::vector<FT_String>& str )
{ … }
void
freetype::FaceVisitorType1Tables::
get_string( Unique_FT_Face& face,
PS_Dict_Keys key,
FT_UInt index,
std::vector<FT_String>& str )
{ … }
void
freetype::FaceVisitorType1Tables::
loop_string( Unique_FT_Face& face,
size_t max_value_computed,
size_t max_value_static,
std::string values_name,
PS_Dict_Keys key,
std::vector<FT_String>& value )
{ … }