1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/gfx/font_render_params.h"
9 FontRenderParams::FontRenderParams()
11 subpixel_positioning(true),
14 hinting(HINTING_MEDIUM
),
15 subpixel_rendering(SUBPIXEL_RENDERING_NONE
) {
18 FontRenderParams::~FontRenderParams() {}
20 FontRenderParamsQuery::FontRenderParamsQuery(bool for_web_contents
)
21 : for_web_contents(for_web_contents
),
27 FontRenderParamsQuery::~FontRenderParamsQuery() {}