summaryrefslogtreecommitdiff
path: root/test/style/style_parser.test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-191-17/+22
| | | | | | So that it does not downcast `Layer::Impl` instances. Also, an unneeded `std::vector` construction was removed from `Parser::fontStacks()`.
* [core] don't force downloading of Open Sans fontsKonstantin Käfer2018-01-251-0/+21
| | | | When a SymbolLayer doesn't have a text-font defined, we automatically add Open Sans/Arial Unicode MS. However, when the SymbolLayer is only used for rendering icons, it doesn't have text-field defined either. In those cases, we still force downloading Open Sans/Arial Unicode MS during offline pack creation. If the user doesn't use this font, this change should save ~15MB and a few seconds in download time.
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+75
|
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-2/+2
|
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-281-0/+104