team-moeller / better-access-charts

Better charts for Access with chart.js
MIT License
38 stars 14 forks source link

Replace Font.IsItalic with Font.Style #155

Closed team-moeller closed 1 year ago

team-moeller commented 1 year ago

The current font property IsItalic is inspired by the implementation in Chart.js in version 2.9.4. There we had the styles "bold" and "italic". Since version 3 there is no longer a font style called "bold". To be nearer with the implementation of Chart.js the property Font.IsItalic should be replaced with Font.Style.

team-moeller commented 1 year ago

Font-styles see here: https://developer.mozilla.org/en-US/docs/Web/CSS/font-style

team-moeller commented 1 year ago

Affected areas:

team-moeller commented 1 year ago

Released with version 3.31.20