Implement auto font scaling and update docs
Describe your changes
- Implement auto font scaling on file
vtkF3DRenderer.cxxundervtkF3DRenderer::ConfigureTextActors() - Update doc
new_release.md - Update doc
03-OPTIONS.md
Issue ticket number and link if any
- #2340
Checklist for finalizing the PR
- [x] I have performed a self-review of my code
- [ ] I have added tests for new features and bugfixes
- [ ] I have added documentation for new features
- [ ] If it is a modifying the libf3d API, I have updated bindings
- [ ] If it is a modifying the
.github/workflows/versions.json, I have updateddocker_timestamp
Continuous integration
CI not testable
Changes made. I remove the note on 03-OPTIONS.md under --font-scale=<ratio> since I not messing with font scale value. Let me know if I should mention anything about it.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 96.53%. Comparing base (36147c4) to head (49972f4).
:warning: Report is 77 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #2623 +/- ##
==========================================
+ Coverage 96.49% 96.53% +0.03%
==========================================
Files 140 141 +1
Lines 12180 12509 +329
==========================================
+ Hits 11753 12075 +322
- Misses 427 434 +7
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
You are modifying libf3d public API! :warning:Please update bindings accordingly:warning:!
You can find them in their respective directories: python, java, webassembly.