blob: fa44defbfb969227b3300784dcea8817a6c33087 [file] [log] [blame]
/*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkTestScalerContext_DEFINED
#define SkTestScalerContext_DEFINED
#include "SkPaint.h"
#include "SkPath.h"
#include "SkTDArray.h"
#include "SkTypeface.h"
SkTypeface* CreateTestTypeface(SkPaint::FontMetrics (*funct)(SkTDArray<SkPath*>& pathArray,
SkTDArray<SkFixed>& widthArray),
SkTypeface::Style style);
#endif