summaryrefslogtreecommitdiffstats
path: root/modules/text_server_fb/dynamic_font_fb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-311-0/+23
* Make FreeType optional for export templates.bruvzg2021-02-191-0/+4
* [CTL] Fix scaling of the underline position and size.bruvzg2021-02-141-2/+3
* Use integer coordinates for the font glyphs rendering.bruvzg2021-01-311-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-1/+1
* Use integer text position in scroll container, TextEdit and canvas editor, to...bruvzg2020-12-211-2/+2
* Static analyzer fixes:bruvzg2020-12-091-2/+0
* Load dynamic fonts to memory on all platforms, to avoid locked files.bruvzg2020-12-071-52/+8
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-0/+731