diff options
author | Chris Loer <chris.loer@gmail.com> | 2017-12-15 09:08:20 -0800 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2017-12-18 12:17:22 -0800 |
commit | a53818a10b821218b86478e048a3884db93f7c00 (patch) | |
tree | 9de0e83b67c163a4c8ed6f02736b2ad2ca2e8d15 /cmake | |
parent | 2e3e88f0276bb6b6ade009549d8927f4af96bdd9 (diff) | |
download | qtlocation-mapboxgl-a53818a10b821218b86478e048a3884db93f7c00.tar.gz |
[core] Enable local glyph generation using TinySDF.
- Platform-specific LocalGlyphRasterizer is responsible for deciding which glyphs to rasterize locally and for implementing the rasterization.
- Default platform implementation doesn't locally generate any glyphs -> no behavior change
- Unit test uses StubLocalGlyphRasterizer, which returns a single fixed bitmap for all CJK glyphs
- Rename glyph_loader.test to glyph_manager.test
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 00d8d8af10..33b3072f3a 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -481,6 +481,7 @@ set(MBGL_CORE_FILES src/mbgl/text/glyph_pbf.cpp src/mbgl/text/glyph_pbf.hpp src/mbgl/text/glyph_range.hpp + src/mbgl/text/local_glyph_rasterizer.hpp src/mbgl/text/placement_config.hpp src/mbgl/text/quads.cpp src/mbgl/text/quads.hpp |