Fix syntax error in font_rendering
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1fb8f61e7b
commit
d2a39714cd
1 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue