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

// Copyright 2022 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_math_test_fonts.h"

#include "third_party/blink/renderer/platform/fonts/font.h"
#include "third_party/blink/renderer/platform/wtf/text/character_names.h"

namespace blink {

void retrieveGlyphForStretchyOperators(const blink::Font operatorsWoff,
                                       Vector<UChar32>& verticalGlyphs,
                                       Vector<UChar32>& horizontalGlyphs) {}

}  // namespace blink