electron-font-manager
electron-font-manager copied to clipboard
Create native cross-platform font dialogs!
Hi ! I do not know if the project is abandonned or not, but I noticed the linux part was empty, so I did most of it. I kept the...
Code: ```js app.whenReady().then(() => { createWindow() require('electron-font-manager').getAvailableFontFamilies().then(list => { console.log(list) }) }) ```   Windows version: Windows 10 21H1
Hi Shelley, Do you have any plans to implement the ability to install fonts into a system using this package? Thanks!
See: https://docs.microsoft.com/en-us/windows/win32/gdi/enumerating-the-installed-fonts
Hello. I got this error. ``` ../node_modules/electron-font-manager/build/Release/font_manager.node Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured...
Implements #14 Also implements Windows font enumeration #1 and possibly fixes #8 (Windows code did not compile) I'm not sure if this project is active but I've been working on...
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...