Navigation

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

    Feature Requests

    • 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
      1049
      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!
    • crb

      Mouse feedback
      user interaction • • crb  

      2
      0
      Votes
      2
      Posts
      740
      Views

      frederik

      User interaction is on the to-think-about list for a while, no results or solutions so far...
    • MauriceMeilleur

      SOLVED Treat open BezierPaths like lines; expanding appearance?
      bezierpath stroke cap join line • • MauriceMeilleur  

      3
      0
      Votes
      3
      Posts
      1045
      Views

      MauriceMeilleur

      @frederik Stupid beginner question: where would I find the existing code on my machine that you've fixed here? I want to manually edit the file to take advantage of your improvement until you push the next version of DB …
    • Lorp

      Idea: get input() to display modal dialog to enter text
      user interaction • • Lorp  

      1
      0
      Votes
      1
      Posts
      790
      Views

      No one has replied

    • erik

      SOLVED image Object should have imagePixelColor method
      image image object pixel color • • erik  

      3
      0
      Votes
      3
      Posts
      1455
      Views

      justvanrossum

      You can pass an ImageObject to imagePixelColor(): im = ImageObject() with im: fill(1, 0, 0) rect(100, 100, 200, 200) print(imagePixelColor(im, (150, 140)))
    • ThunderNixon

      Text editor selection niceties (esp. "Add Next Occurence" of selection)
      • ThunderNixon  

      4
      0
      Votes
      4
      Posts
      1829
      Views

      ThunderNixon

      @frederik and @justvanrossum thanks for the thoughtful replies and helpful tips! Command-E and Command-G will be very useful. And yeah, I found that early on that DrawBot does reload pretty nicely, so probably I just need to make better use of that.
    • roberto-arista

      Statistics module from py3
      modules py3 • • roberto-arista  

      5
      0
      Votes
      5
      Posts
      2263
      Views

      justvanrossum

      But just to be clear: we're not going to bundle py3 modules with the py2 DB build.
    • dyb

      Open in DrawBot
      • dyb  

      2
      0
      Votes
      2
      Posts
      1204
      Views

      frederik

      mm I see!!! the problem is that it works on the drawBot documentation because the .py file really exists on the server. Ive written a special sphinx tag to be able to provide the download. I dont know who to create a downloadable file for nodebb (the forum framework) and provide a url for it... It needs to be a downloadable .py file so drawBot.app can read the script and create a new document with the given text.
    • erik

      Define a named color?
      color • • erik  

      3
      0
      Votes
      3
      Posts
      1545
      Views

      frederik

      this should somehow already work for images: see ImageObject spotColor
    • thom

      From app to this forum.
      • thom  

      2
      1
      Votes
      2
      Posts
      1247
      Views

      frederik

      a link would be easy, issue created https://github.com/typemytype/drawbot/issues/170 A direct opload would be more difficult.
    Drawing With Python