Skip to content

Characters (such as "τ" or "π") not displaying correctly in current source #5413

Description

@glvjr

Description

Characters such as "τ" or "π" are replaced with a "?" when displaying text to screen in Processing 3.3.7 build 0264

Expected Behavior

These characters should display correctly in latest Processing 3.3.7 build 0264

Current Behavior

They did display correctly in Processing 3.3.6 build 0263

Steps to Reproduce

Run this code:

fill(0);
text("τ π", 50, 50);
  1. With Processing 3.3.6 build 0263 which displays correctly.
    2 . With Processing 3.3.7 build 0264 which replaces characters with ?.

Latest build:
https://github.com/processing/processing
Build instructions:
//https://github.com/processing/processing/wiki/Build-Instructions

Your Environment

  • Processing version: 3.3.6 build 0263 (works) and 3.3.7 build 0264 (issues with fonts)
  • Operating System and OS version: W10
  • Other information:

Possible Causes / Solutions

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions