/* * Copyright (c) 2023, Nico Weber * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include namespace PDF { Optional glyph_name_to_unicode(StringView, bool is_zapf_dingbats); }