chromium/third_party/freetype-testing/src/fuzzing/src/visitors/facevisitor-autohinter.cpp

// facevisitor-autohinter.cpp
//
//   Implementation of FaceVisitorAutohinter.
//
// Copyright 2018-2019 by
// Armin Hasitzka.
//
// This file is part of the FreeType project, and may only be used,
// modified, and distributed under the terms of the FreeType project
// license, LICENSE.TXT.  By continuing to use, modify, or distribute
// this file you indicate that you have read the license and
// understand and accept it fully.


#include "visitors/facevisitor-autohinter.h"

#include <cassert>

#include <ft2build.h>
#include FT_MODULE_H 

#include "utils/logging.h"


  void
  freetype::FaceVisitorAutohinter::
  run( Unique_FT_Face  face )
  {}


  void
  freetype::FaceVisitorAutohinter::
  set_property( Unique_FT_Face&    face,
                const std::string  property_name,
                const void*        value)
  {}


  void
  freetype::FaceVisitorAutohinter::
  load_glyphs( Unique_FT_Face&  face )
  {}