fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
226 stars 165 forks source link

UI: Adding getters and setters for the `TextBlock2D` properties #830

Closed ganimtron-10 closed 11 months ago

ganimtron-10 commented 11 months ago

Recent PR #803 added many properties to the TextBlock2D for improving its functionality. This is a continuing PR which adds getter and setters for those. Primarily focusing on auto_font_size & dynamic_bbox.

codecov[bot] commented 11 months ago

Codecov Report

Merging #830 (b053c88) into master (2551b7f) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #830      +/-   ##
==========================================
+ Coverage   84.30%   84.32%   +0.02%     
==========================================
  Files          44       44              
  Lines       10353    10370      +17     
  Branches     1406     1407       +1     
==========================================
+ Hits         8728     8745      +17     
  Misses       1255     1255              
  Partials      370      370              
Files Changed Coverage Δ
fury/ui/core.py 93.43% <100.00%> (+0.21%) :arrow_up: