/* * Copyright 2024 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkUnicode_client_DEFINED #define SkUnicode_client_DEFINED #include "include/core/SkSpan.h" #include "modules/skunicode/include/SkUnicode.h" #include #include namespace SkUnicodes::Client { SKUNICODE_API sk_sp Make( SkSpan text, std::vector words, std::vector graphemeBreaks, std::vector lineBreaks); } #endif // SkUnicode_client_DEFINED