chromium/third_party/blink/renderer/platform/fonts/opentype/open_type_baseline_metrics.h

// 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.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_OPENTYPE_OPEN_TYPE_BASELINE_METRICS_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_OPENTYPE_OPEN_TYPE_BASELINE_METRICS_H_

#include <hb.h>

#include <optional>

#include "third_party/blink/renderer/platform/fonts/font_description.h"

namespace blink {
class HarfBuzzFace;

class PLATFORM_EXPORT OpenTypeBaselineMetrics {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_OPENTYPE_OPEN_TYPE_BASELINE_METRICS_H_