summaryrefslogtreecommitdiff
path: root/spec/font_spec.rb
AgeCommit message (Expand)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-09-29verify pdf-fontsdir value of . represents pwdDan Allen
2022-07-15don't coerce font size < 1 to relative font size; relative font size should b...Dan Allen
2022-05-28verify Prawn reports font name and style when font style cannot be foundDan Allen
2022-05-14resolves #2163 rename theme suffix with-fallback-font to with-font-fallbacks;...Dan Allen
2022-04-18resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in th...Dan Allen
2022-03-13put caption on table in font testDan Allen
2021-04-10resolves #1909 improve warning about missing characters in fonts with an esca...Alexander Schwartz
2020-10-25resolves #1699 add default themes optimized for print (PR #1797)Dan Allen
2020-10-24move font-related tests to font contextDan Allen
2020-10-24remove unused instances of analyze option in test suiteDan Allen
2020-08-24fix lint error in test suiteDan Allen
2020-08-23test all font size unitsDan Allen
2020-08-21resolves #1437 verify OTF font supportDan Allen
2020-07-27remove unnecessary root namespace on types in test suiteDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-05-09resolves #1542 fix assertions in test suite when building RPM (PR #1680)Dan Allen
2020-04-02test both comma and semi-colon separator for values in pdf-fontsdirDan Allen
2020-03-01rewrite lines method in text inspector to insert space between separate text ...Dan Allen
2020-02-24verify that notdef from original font is used if glyph not found in fallback ...Dan Allen
2020-02-24resolves #1568 stabilize font paths in built-in themes by prefixing paths wit...Dan Allen
2020-02-16rename lingering references to Pdf module to PDFDan Allen
2020-02-10resolves #1545 only warn once per missing char (PR #1548)Dan Allen
2020-02-01resolves #1529 emit warning if glyph for char cannot be found in any fallback...Dan Allen
2020-02-01add test for line break behavior at no-break hyphenDan Allen
2020-01-31resolves #1129 bundle emoji font and use as fallback font (PR #1527)Dan Allen
2020-01-23if path of missing font is absolute, don't suggest that it was not found in t...Dan Allen
2019-12-19resolves #1431 allow theme to set font-kerning per category (PR #1433)Dan Allen
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen
2019-10-19make flags in test suite more fine-grainedDan Allen
2019-09-18remove wip from test descriptions [skip ci]Dan Allen
2019-09-17resolves #1274 add glyphs for built-in characters to bundled monospace font (...Dan Allen
2019-09-04resolves #1250 always use ; as delimiter to separate multiple font dirs (PR #...Dan Allen
2019-08-17add missing integration tags in test suiteDan Allen
2019-08-13verify non-breaking hyphen is not used as line break opportunityDan Allen
2019-08-12resolves #1206 if value of scripts attribute is cjk, break lines between any ...Dan Allen
2019-08-12organize the role testsDan Allen
2019-08-12resolves #80 allow multiple font dirs to be specified (PR #1205)Dan Allen
2019-07-26add not_log_message matcher for test suiteDan Allen
2019-07-26test that essential characters are replaced with suitable replacements when u...Dan Allen
2019-07-22merge PR #1169Dan Allen
2019-07-22assert missing glyph in AFM font is replaced with not glyphDan Allen
2019-07-22resolves #282 include all alphanumeric characters in code font (mplus1mn)Dan Allen
2019-07-21add test for box drawing symbols in monospace fontDan Allen
2019-07-21add test for AFM font warning; route warning through loggerDan Allen
2019-07-20regenerate Noto Serif fontsDan Allen
2019-07-20add test to assert zero-width space is honored in built-in fontDan Allen