summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_set.hpp
Commit message (Expand)AuthorAgeFilesLines
* Determine widths of glyph clusters for use in line breaking algorithm.upstream/cloer_harfbuzzChris Loer2017-02-231-6/+4
* Crude implementation of a "local font stack".Chris Loer2017-02-101-4/+4
* First stab at using Harfbuzz+Freetype locally to render labels.Chris Loer2017-02-081-2/+6
* Port raggedness-minimizing line breaking from gl-js.Chris Loer2017-01-051-2/+2
* [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-301-7/+26
* [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-171-2/+3
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-1/+1
* [core] Line-break ideographic text by character (#6828)Minh Nguyễn2016-11-141-1/+2
* [core] Avoid unnecessary copies in GlyphSet::insertJohn Firebaugh2016-07-041-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-3/+3
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-0/+25