Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. bettina comte
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    bettina comte

    @bettina comte

    0
    Reputation
    2
    Posts
    3
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    bettina comte Follow

    Best posts made by bettina comte

    This user hasn't posted anything yet.

    Latest posts made by bettina comte

    • Issue with fonts open paths (fonttools ?)

      Hello everyone,

      I'm trying to draw single line font in drawbot as shown in the following example.

      # draw text
      fill(1)
      rect(0,0,1000,1000)
      
      B = BezierPath()
      B.text('d', font='Hairline02-Regular',fontSize=400,offset=(180,200))
      fill(None)
      strokeWidth(10)
      stroke(0,1,0)
      
      drawPath(B)
      

      Capture d’écran 2021-05-11 à 12.24.57.png

      I've highlighted in red a line that is automatically added by Drawbot (see here).
      With some investigation, I suspect that it is caused by fonttools (see here).

      Do you have an idea of how this can be fixed ?

      Thanks a lot!

      posted in Bugs
      bettina comte
      bettina comte
    • Single line fonts in drawbot ?

      Hello everybody 🙂

      I'm currently drawing a single line font (also called open path font, open line font, monoline font, etc) in Glyphs App (see the image #1 bellow). The experimental .ttf format export in Glyphs allows single line glyphs.

      Does anyone knows if Drawbot can draw single line fonts and how ?

      For now, I only get a closed path (image #2)

      Thank you !

      Image #1
      Capture d’écran 2021-05-09 à 19.51.28.png

      Image #2
      Capture d’écran 2021-05-09 à 19.58.13.png

      posted in Tutorials
      bettina comte
      bettina comte