janet-lang / janet-lang/jaylib
Can't pass null to font loading functions?
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 194
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
The Raylib documentation for `LoadFontEx` says to "use NULL for codepoints and 0 for codepointCount to load the default character set". Literally every example of Raylib font loading I could find does this, but it seems not to be possible with Janet's wrapping of the API.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start with jaylib's wrapper for Raylib's LoadFontEx and compare its handling of NULL codepoints and a zero codepointCount with the documented API behavior. Done means the documented default-character-set call works through the Janet binding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100