diff --git a/README.md b/README.md index 4a109f7..37a9c50 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,6 @@ should be enough to do. ## Example - translate() + Font font("filepath"); + char bitmap[] = font.translate("hello world"); +