mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Font_BRepFont now uses a dedicated algorithm for text-to-BRep transformation instead of relying on ShapeFix. It orders wires based on wire classification, analyzes internal zones and creates a few faces (if needed). TKService dependency from TKShHealing has been dropped.
24 lines
449 B
Plaintext
24 lines
449 B
Plaintext
puts "============"
|
|
puts "CR25852"
|
|
puts "============"
|
|
puts ""
|
|
|
|
################################################################
|
|
# Text to BRep algorithm produces bad faces for circled symbols
|
|
################################################################
|
|
|
|
text2brep t "\u00ae" Courier 10
|
|
whatis t
|
|
|
|
vinit View1
|
|
vclear
|
|
vtop
|
|
vsetdispmode 1
|
|
vdisplay t
|
|
vfit
|
|
|
|
vmoveto 250 250
|
|
checkshape t
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|