summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2022-05-15rework script that generates reference files for arrange block so output is ↵Dan Allen
reproducible [no ci]
2022-05-03resolves #1192 add support for smallcaps text transform (PR #2131)Dan Allen
- add support for smallcaps value for text-transform in theme - add helper method to do smallcaps translation - add required glyphs to built-in fonts
2022-05-03adding missing glyph for ÿ in built-in fontsDan Allen
2022-04-27add script to generate arrange block reference files [no ci]Dan Allen
2022-04-18resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in ↵Dan Allen
theme sans-with-fallback-font (PR #2050)
2022-04-18fix typo in script [skip ci]Dan Allen
2021-10-18change default branch name in fetch upstream script [skip ci]Dan Allen
2021-07-13use branch specified in payload when CI job is triggered by upstream ↵Dan Allen
dispatch [skip ci]
2021-06-02add extra dependencies for prawn HEAD to Gemfile when testing upstreamDan Allen
2021-02-27prepare branch to be renamed from master to mainDan Allen
2021-01-22modify subset-fonts.pe to add floor/ceiling charactersJon Leech
2021-01-13configure subset fonts script so it can be used with docker as an ↵Dan Allen
alternative to podman [skip ci]
2021-01-12fix subset fonts script and apply updates to emoji fontDan Allen
2021-01-12add clearer statement about how to run the subset-fonts.sh script [skip ci]Dan Allen
2020-11-17resolves #1821 test against Asciidoctor upstream (PR #1826)Dan Allen
2020-10-31use version of pdf-core requested by Prawn when testing Prawn from upstreamDan Allen
2020-08-09upgrade to Prawn 2.3.0Dan Allen
2020-06-10resolves #1625 add additional glyphs to bundled fontsDan Allen
* add heavy checkmark to fallback font * add both checkmarks to monospaced font * add numero sign to prose font and fallback font
2020-06-10replace --privileged option with :Z flag on volume mount when running ↵Dan Allen
container for subset-fonts script [skip ci]
2020-05-10test against prawn master (PR #1683)Dan Allen
2020-01-31resolves #1129 bundle emoji font and use as fallback font (PR #1527)Dan Allen
2020-01-29download specific version of Noto Serif fonts to make font generation ↵Dan Allen
reproducible [skip ci]
2019-09-17resolves #1274 add glyphs for built-in characters to bundled monospace font ↵Dan Allen
(PR #1279)
2019-09-17exit subset-font.sh script properly if fontforge command fails [skip ci]Dan Allen
2019-08-06resolves #1194 add the .notdef glyph to the bundled fonts (PR #1195)Dan Allen
2019-07-24use em size to compute scaling of imported glyphsDan Allen
2019-07-22allow copy scripts to be configured at top of font subset script [skip ci]Dan Allen
2019-07-22resolves #282 include all alphanumeric characters in code font (mplus1mn)Dan Allen
- create new subset variant of mplus1mn font that includes all alphanumeric characters - switch default themes to use subset variant of mplus1mn font
2019-07-22rewrite subset fonts to support multiple scripts for code fontDan Allen
2019-07-21add test for box drawing symbols in monospace fontDan Allen
2019-07-21use $em to compute scale factor in subset fonts scriptDan Allen
2019-07-21consolidate selections in subset fonts scriptDan Allen
2019-07-21close source font after switching to partially-generated fontDan Allen
2019-07-21execute container as correct userDan Allen
2019-07-20regenerate Noto Serif fontsDan Allen
- regenerate Noto Serif fonts (using 1.06 from 2016-10-22) - reimport double arrows from M+ 1p automatically - update subset font script to process Noto Serif fonts - add test to verify selected glyphs are present in both Noto Serif and M+ 1p Fallback fonts - remove unneeded circled numbers from mplus1mn font
2019-07-19add support for filled conum glyphs in default themeDan Allen
- add filled (negative) circled numbers to M+ 1mn Regular font - use correct unicode values for filled conums - add test for specifying filled conum glyphs
2019-07-16add scripts to subset M+ fontsDan Allen
2019-07-16add helper script to decode a PDF string (for debugging) [skip ci]Dan Allen