codebytere / codebytere/electron-font-manager

Module did not self-register in windows

Open
#8 0 comments 2 reactions 0 assignees View on GitHub
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)
})
})
```

![image](https://user-images.githubusercontent.com/20365169/131242378-5b1b47c8-cdf2-4bd2-a6bc-c875c00a9fc2.png)

![image](https://user-images.githubusercontent.com/20365169/131242254-07aec089-923a-4731-95b7-592df555feda.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.