-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.GetFontDefault
JoeStrout edited this page Apr 29, 2026
·
3 revisions
Get the default font, useful to be used with extended parameters
None.
| Condition | Return Value |
|---|---|
| (always) | map |
// Get the built-in default font and use it to draw text
font = raylib.GetFontDefault
raylib.DrawTextEx font, "Default font", [10, 10], 20, 1, raylib.WHITE