codebytere / codebytere/electron-font-manager
Module did not self-register in windows
- Dominant language
- Objective-C++
- Stars
- 23
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Code:
```js
app.whenReady().then(() => {
createWindow()
require('electron-font-manager').getAvailableFontFamilies().then(list => {
console.log(list)
})
})
```


Windows version: Windows 10 21H1
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository file or test is named. Start by reproducing the app.whenReady() and require('electron-font-manager') example on Windows 10 21H1, then trace why the module does not self-register. Done means the shown font-family lookup works on Windows without the reported failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100