Does anyone know how to adjust the text preview size in a drawing?
You can change the font in Blenderbim preferences and you can change the printed size in the .css
But the UI text preview still looks massive compared
Does anyone know how to adjust the text preview size in a drawing?
You can change the font in Blenderbim preferences and you can change the printed size in the .css
But the UI text preview still looks massive compared
I have been hardcoding it, but 'just' added a magic font scale in the preferences.
I'm sure this is a temporary stand-in, until we can figure out how to dynamically pull in the scale from the system's font file, which I tried to tackle horribly here....and then got lost. :)
Also, take note of this: https://github.com/IfcOpenShell/IfcOpenShell/issues/4782#issuecomment-2143274030
@theoryshaw said:
I have been hardcoding it, but 'just' added a magic font scale in the preferences.
I'm sure this is a temporary stand-in, until we can figure out how to dynamically pull in the scale from the system's font file, which I tried to tackle horribly here....and then got lost. :)
Very Dope! This is awesome @theoryshaw ! Thank you!
@theoryshaw said:
Also, take note of this: https://github.com/IfcOpenShell/IfcOpenShell/issues/4782#issuecomment-2143274030
noted
Login or Register to reply.