godot/thirdparty/graphite/src/Font.cpp

// SPDX-License-Identifier: MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later
// Copyright 2010, SIL International, All rights reserved.

#include "inc/Face.h"
#include "inc/Font.h"
#include "inc/GlyphCache.h"

usingnamespacegraphite2;

Font::Font(float ppm, const Face & f, const void * appFontHandle, const gr_font_ops * ops)
:{}


/*virtual*/ Font::~Font()
{}