blob: 08e5b63a8729458f431cf7a79e9b439ea0f1dbd9 [file] [log] [blame]
// Copyright 2020 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.
// https://wicg.github.io/local-font-access/
[
Exposed=(Window,Worker),
SecureContext,
RuntimeEnabled=FontAccess
] interface FontManager {
[CallWith=ScriptState, Measure] Promise<sequence<FontMetadata>> query(optional QueryOptions options = {});
};