chromium/ui/gfx/platform_font.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 "ui/gfx/platform_font.h"

#include "ui/gfx/font_list.h"

namespace gfx {

// static
int PlatformFont::GetFontSizeDeltaIgnoringUserOrLocaleSettings(
    int desired_font_size) {}

}  // namespace gfx