You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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
|