Fix syntax error in font_rendering
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-05-08 22:54:05 -04:00
parent 1fb8f61e7b
commit d2a39714cd
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -1,4 +1,4 @@
`attrubutes`{published="2024-05-05 11:05"}
`attributes`{published="2024-05-05 11:05"}
# The Suprisingly Complex Process of Drawing Text
@ -16,10 +16,8 @@ That's because "UTF-8 is a 'variable-width' encoding standard."[^twilio]. That m
### TODO: Replace this image
![An image of an example UTF-8 character and it's encoded bits](https://www.twilio.com/_next/image?url=https%3A%2F%2Fdocs-assets.prod.twilio.com%2F92975df5f0ebb97c1e1746c11bd3a95eff45fe654d08410e79cabb99059a5dcc.png&w=640&q=75)[^twilio]
![An image of an example UTF-8 character and it's encoded bits](https://www.twilio.com/_next/image?url=https%3A%2F%2Fdocs-assets.prod.twilio.com%2F92975df5f0ebb97c1e1746c11bd3a95eff45fe654d08410e79cabb99059a5dcc.png&w=640&q=75)
Works Cited
[^twilio]: "What is UTF-8?" _Twilio Docs_, Twilio, [www.twilio.com/docs/glossary/what-utf-8](https://www.twilio.com/docs/glossary/what-utf-8). Accessed 6 May 2024.
[^twilio]: "What is UTF-8?" _Twilio Docs_, Twilio, [www.twilio.com/docs/glossary/what-utf-8](https://www.twilio.com/docs/glossary/what-utf-8). Accessed 6 May 2024.