blob: 3bb3fe09d60396f18849d19fd9373d53290994ce [file] [log] [blame]
// Copyright 2021 Google LLC.
#include "experimental/sktext/src/Formatter.h"
namespace skia {
namespace text {
bool Formatter::process() {
// TODO: Format the text by lines
return true;
}
} // namespace text
} // namespace skia