chromium/third_party/skia/modules/skshaper/include/SkShaper_factory.h

/*
 * Copyright 2024 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#ifndef SkShaperFactory_DEFINED
#define SkShaperFactory_DEFINED

#include "include/core/SkRefCnt.h"
#include "include/core/SkTypes.h"
#include "modules/skshaper/include/SkShaper.h"

#include <cstddef>
#include <cstdint>
#include <memory>

class SkFontMgr;
class SkUnicode;

namespace SkShapers {

class SKSHAPER_API Factory : public SkRefCnt {};

namespace Primitive {
SKSHAPER_API sk_sp<Factory> Factory();
}

}  // namespace SkShapers

#endif  // SkShaperFactory_DEFINED