Krita Source Code Documentation
Loading...
Searching...
No Matches
KisTofuGlyph.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Alvin Wong <alvin@alvinhc.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#include <QPainterPath>
8
22namespace KisTofuGlyph
23{
24
32QPainterPath create(char32_t codepoint, double height);
33
34} // namespace KisTofuGlyph
Tasty tofu for Kiki.
QPainterPath create(const char32_t codepoint, double height)
Creates a tofu missing glyph indicator representing the provided Unicode codepoint.