Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. Feature Requests
    Log in to post

    Feature Requests

    • jo

      when to apply paragraphBottomSpacing
      • jo  

      3
      0
      Votes
      3
      Posts
      9
      Views

      jo

      oké I had some small hope but thanks for testing and clarifying! not very elegant but kind of working: txt = 'Some Text\nwith new lines\rIs a return\na new line\ror a new paragraph?' paras = [[l + '\n' for l in p.split('\n')] for p in txt.split('\r')] newPage(150, 150) fstr = FormattedString() for para in paras: for l in para: extra_space = 5 if l == para[-1] else 0 fstr.append(l, paragraphBottomSpacing = extra_space) text(fstr, (20, 110))
    • eduairet

      Vertical Align
      • eduairet  

      4
      3
      Votes
      4
      Posts
      28
      Views

      frederik

      and the resulting image
    • monomonnik

      Change the value of a bool with (arrow) keys
      • monomonnik  

      4
      0
      Votes
      4
      Posts
      14
      Views

      monomonnik

      Thanks. Sorry, should have tried instead of thinking an omision in the documentation meant the functionality wasn't there.
    • MauriceMeilleur

      This topic is deleted!
      • MauriceMeilleur  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • MauriceMeilleur

      .svg resolution/units options for saveImage()
      • MauriceMeilleur  

      2
      0
      Votes
      2
      Posts
      8
      Views

      frederik

      continue here https://github.com/typemytype/drawbot/issues/428
    • djrrb

      Show Tabs in Editor
      • djrrb  

      3
      0
      Votes
      3
      Posts
      19
      Views

      frederik

      moving this into a github issue follow up here: https://github.com/typemytype/drawbot/issues/417
    • djrrb

      SOLVED Built-in interpolation functions
      interpolation • • djrrb  

      3
      0
      Votes
      3
      Posts
      36
      Views

      djrrb

      @frederik done! https://github.com/typemytype/drawbot/issues/414
    • frankrolf

      UNSOLVED Markdown syntax for FormattedString?
      • frankrolf  

      6
      0
      Votes
      6
      Posts
      45
      Views

      djrrb

      @gferreira said in Markdown syntax for FormattedString?: markdown==3.2.2 Thanks so much Gustavo!
    • sean

      UNSOLVED Forcing update with a function? (for previewing animation)
      • sean  

      4
      0
      Votes
      4
      Posts
      18
      Views

      sean

      Thank you! This is very helpful. I will look into nsview and looping over the pages.
    • Maarten Renckens

      SOLVED DrawBot Default Templates
      modules • • Maarten Renckens  

      3
      0
      Votes
      3
      Posts
      23
      Views

      Maarten Renckens

      @frederik This makes sense. Thanks!
    • MauriceMeilleur

      UNSOLVED Alpha channel in linear and radial gradients
      gradient transparency • • MauriceMeilleur  

      4
      0
      Votes
      4
      Posts
      48
      Views

      MauriceMeilleur

      @frederik Thanks (and thanks for opening this over in the GitHub repo). I'll give it a try later today. Speed isn't a factor in this case because I'm generating static diagrams.
    • JD

      SOLVED Question about arcTo and end coordinate
      • JD  

      3
      0
      Votes
      3
      Posts
      144
      Views

      JD

      @gferreira Thank you, that's very helpful !
    • jo

      SOLVED bezierPath.polygon()?
      bezierpath • • jo  

      2
      1
      Votes
      2
      Posts
      228
      Views

      frederik

      continue here https://github.com/typemytype/drawbot/issues/301 thanks!
    • erik

      Setting fallback font for text in svg?
      text svg • • erik  

      3
      0
      Votes
      3
      Posts
      410
      Views

      frederik

      further discussion here https://github.com/typemytype/drawbot/issues/274 also read why we dont allow embedding fonts: https://github.com/typemytype/drawbot/issues/23
    • frankrolf

      SOLVED Use locl OpenType feature?
      opentype features • • frankrolf  

      2
      0
      Votes
      2
      Posts
      520
      Views

      frederik

      use language('nl') to switch between languages, as DrawBot is typesetting environment... font('/Users/frederik/Downloads/source-code-pro-2.030R-ro-1.050R-it/OTF/SourceCodePro-Regular.otf') char = "б" fontSize(200) text(char, (10, 100)) language("sr") text(char, (150, 100))
    • dywen

      Drawbot for other Operating Systems? Linux? Windows?
      teaching • • dywen  

      3
      0
      Votes
      3
      Posts
      868
      Views

      dywen

      @gferreira said in Drawbot for other Operating Systems? Linux? Windows?: hello @dywen, DrawBot is macOS-only because it’s written on top of the macOS graphics layer. there have been some attempts at creating drawbots for other platforms using Cairo as the graphics layer (for example ShoeBot and Cairo DrawBot). not really sure how well these work. you might have more luck with Even, Processing, or Paper.js. hope this helps! Ok, thanks! Processing is already being taught at the school. I'll look into the other projects - already knowing one of the developers of Shoebot. I asked the question after reading about this nice tutorial sequence, based on Drawbot: http://pythonfordesigners.com/ Enjoy! (I won't ditch my Linux ;-))
    • thom

      Variable CFF
      variable fonts • • thom  

      4
      0
      Votes
      4
      Posts
      637
      Views

      frederik

      those have a different text setter, if it works in TextEdit it will work in drawBot. and eeeeeuh it does not work in InDesign yet...
    • jo

      listInstances(font)?
      variable fonts • • jo  

      2
      0
      Votes
      2
      Posts
      585
      Views

      frederik

      oh that api is idd missing added a issue and further discussion should happen there https://github.com/typemytype/drawbot/issues/256 thanks!
    • djrrb

      Color fonts: “Create Outlines”, changing palettes
      colorfonts • • djrrb  

      4
      0
      Votes
      4
      Posts
      1048
      Views

      frederik

      Waauw, nice!! Im opening a issue to discuss it further see https://github.com/typemytype/drawbot/issues/237
    • Maarten Renckens

      Grouping paths/elements
      transformations geometry • • Maarten Renckens  

      3
      0
      Votes
      3
      Posts
      854
      Views

      Maarten Renckens

      @frederik Got it. Thanks!
    Drawing With Python