blob: 74e4a46c0ce6cd73fef38c8715649b9552e5631d [file] [log] [blame]
// Copyright 2014 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 FixedPitchFontType_h
#define FixedPitchFontType_h
namespace blink {
enum FixedPitchFontType {
FixedPitchFont,
NonFixedPitchFont
};
} // namespace blink
#endif // FixedPitchFontType_h