Skip to content

use createFont() over loadFont() in examples and documentation pages #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
shiffman opened this issue Aug 21, 2015 · 3 comments
Closed
Assignees

Comments

@shiffman
Copy link
Member

As per the discussion in #249 in general we should be showing createFont() over loadFont() on documentation pages such as:

https://processing.org/reference/textFont_.html

This also would likely require updating the screenshot images.

@REAS REAS self-assigned this Sep 16, 2015
@REAS
Copy link
Member

REAS commented Sep 16, 2015

I'm making a list of reference entries affected. Most were modified earlier. Now, I can only find these left:

  • textFont()
  • PFont

@REAS
Copy link
Member

REAS commented Sep 22, 2015

These two are updated.

@REAS REAS closed this as completed Sep 22, 2015
@hamoid
Copy link
Contributor

hamoid commented Feb 27, 2018

Not sure if this was the original issue, but https://processing.org/reference/textFont_.html uses loadFont("andalemo.ttf", 32) which fails with loadFont() is for .vlw files, try createFont().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants