blob: 940575b1690c9df583072f39c61781f4f143c8f2 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FontTestHelpers_h
#define FontTestHelpers_h
#include "wtf/Forward.h"
namespace blink {
class Font;
namespace testing {
// Reads a font from a specified path, for use in unit tests only.
Font createTestFont(const AtomicString& familyName, const String& fontPath, float size);
} // namespace testing
} // namespace blink
#endif // FontTestHelpers_h