Class PShapeSVG.Font

All Implemented Interfaces:
PConstants
Enclosing class:
PShapeSVG

public static class PShapeSVG.Font extends PShapeSVG
  • Field Details

  • Constructor Details

  • Method Details

    • drawShape

      protected void drawShape()
    • drawString

      public void drawString(PGraphics g, String str, float x, float y, float size)
    • drawChar

      public void drawChar(PGraphics g, char c, float x, float y, float size)
    • textWidth

      public float textWidth(String str, float size)