mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
16 lines
397 B
Markdown
16 lines
397 B
Markdown
|
# SDF Font
|
||
|
|
||
|
This is a demo of Signed Distance Field fonts in Godot.
|
||
|
The technique used allows the text to remain clear
|
||
|
under arbitrary zooms and rotations.
|
||
|
|
||
|
Language: This demo contains no code.
|
||
|
|
||
|
Renderer: GLES 3 (this effect is not available in GLES 2)
|
||
|
|
||
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/521
|
||
|
|
||
|
## Screenshots
|
||
|
|
||
|
![Screenshot](screenshots/sdf.png)
|