Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Nov 21, 2023
1 parent d676f6d commit 6b6c09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Draw text into a Matrix.
using FreeTypeAbstraction

# search for a font on your system
# (for this example, we use https://juliamono.netlify.app/)
face = findfont("juliamono")
# Choose the name of a font you have installed
face = findfont("arial") # if this returns `nothing`, that means it could not find the font

# render a character
img, metric = renderface(face, 'C', 100)
Expand Down

0 comments on commit 6b6c09e

Please sign in to comment.