blob: 9c5fdd5451ca563f7aac7954a337ac274f140f45 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "impeller/typographer/typeface.h"
namespace impeller {
Typeface::Typeface() = default;
Typeface::~Typeface() = default;
} // namespace impeller