chromium/third_party/blink/renderer/platform/fonts/opentype/open_type_features.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/platform/fonts/opentype/open_type_features.h"

#include <hb-ot.h>

#include "third_party/blink/renderer/platform/fonts/shaping/harfbuzz_face.h"
#include "third_party/blink/renderer/platform/fonts/simple_font_data.h"

namespace blink {

OpenTypeFeatures::OpenTypeFeatures(const SimpleFontData& font)
    :{}

}  // namespace blink