lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.12k stars 356 forks source link

refactor: redesign font library #278

Closed lc-soft closed 2 years ago

commit-lint[bot] commented 2 years ago

Code Refactoring

Contributors

lc-soft

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR
codecov[bot] commented 2 years ago

Codecov Report

Merging #278 (8e307f1) into v3.0-dev (aa04b60) will decrease coverage by 0.06%. The diff coverage is 61.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##           v3.0-dev     #278      +/-   ##
============================================
- Coverage     50.71%   50.64%   -0.07%     
============================================
  Files            93       93              
  Lines         15219    15193      -26     
============================================
- Hits           7718     7695      -23     
+ Misses         7501     7498       -3     
Impacted Files Coverage Δ
lib/ui-builder/src/builder.c 68.86% <0.00%> (ø)
lib/ui-widgets/src/textedit.c 45.81% <ø> (ø)
lib/ui-widgets/src/textview.c 78.15% <ø> (ø)
lib/ui/src/ui_font_style.c 72.46% <0.00%> (ø)
lib/text/src/textstyle.c 21.89% <12.50%> (+0.21%) :arrow_up:
lib/font/src/bitmap.c 55.55% <55.55%> (ø)
lib/font/src/fontlib.c 60.82% <60.82%> (ø)
lib/font/src/freetype.c 35.63% <75.00%> (+2.29%) :arrow_up:
lib/text/src/textlayer.c 65.26% <75.00%> (ø)
src/lcui_ui.c 30.20% <92.30%> (+4.51%) :arrow_up:
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aa04b60...8e307f1. Read the comment docs.