summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_pbf.hpp
blob: 28a28b4114370581362460bc229f30fb1eb3e530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <mbgl/text/glyph.hpp>
#include <mbgl/text/glyph_range.hpp>

#include <string>
#include <vector>

namespace mbgl {

std::vector<Glyph> parseGlyphPBF(const GlyphRange&, const std::string& data);

} // namespace mbgl