Of course! Thanks a lot!
Posts made by guidoferreyra
-
Turn off kerning
Hi! I’m wondering if its possible to turn off kerning.
Best!
-
Stroke alignment in shape
Hi! Is possible to set stroke alignment for oval and rects?
Maybe it oculd be handy to have this in a simple way that you can switch between 'center', 'inside' and 'outside'In this thread is a possible solution but for path https://forum.drawbot.com/topic/191/place-stroke-on-a-shape-s-contour-with-no-offset
Best
-
RE: SVG attributes (viewbox)
Hi @frederik
I’m creating the svgs for later use in web. Not with an <img> tag but with <svg>, <path>, etc. So when I use svgs without viewbox attr the bounding box of the image is not properly procesed and lost its size.Hope this poor explanation give some info.
Best! -
RE: SVG attributes (viewbox)
Hi @gferreira, sorry for the late reply. Thanks! I will try your snippet is much more nicer than the find and I replace that I was doing.
Best!
-
SVG attributes (viewbox)
Hi everyone!
When exporting drawings to SVG is possible to instruct DrawBot to add the viewBox attribute?Thanks in advance.
-
RE: listFontGlyphNames() returning Alphabetical order?
Great, I will post the issue soon.
I was thinking in fontTools too, thanks @justvanrossum! -
listFontGlyphNames() returning Alphabetical order?
Hi everyone. It’s posible to get glyph names but following the font glyph order?
Thanks in advance! -
RE: Inserting a PDF
Thank you! @frederik
I didn’t know about numberOfPages() very useful!Btw... The forum doesn’t have email notifications when a thread is replied?
-
Inserting a PDF
Hello everyone,
I’m trying to open a pdf to later add some text with Drawbot.
Adding the pdf with image() function I partially achieved the task because I need to iterate over all the pdf pages not only the first. Is posible to this?Thanks in advance!