All Projects → Nucs → FontRegister

Nucs / FontRegister

Licence: MIT license
FontRegister is a small Windows utility to install fonts and/or repair the font registry via commandline.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FontRegister

apple-emoji-linux
Apple Color Emoji for Linux
Stars: ✭ 392 (+2205.88%)
Mutual labels:  font, fonts, font-awesome, ttf
Codeface
Typefaces for source code beautification
Stars: ✭ 5,612 (+32911.76%)
Mutual labels:  font, fonts, ttf, otf
Acy-Font
自制手写字体。A hand-writing font set.
Stars: ✭ 20 (+17.65%)
Mutual labels:  font, fonts, ttf, otf
Webfont
Awesome generator of webfont
Stars: ✭ 170 (+900%)
Mutual labels:  font, fonts, ttf
Swifticons
🎢Swift Library for Font Icons - ★ this library
Stars: ✭ 747 (+4294.12%)
Mutual labels:  fonts, font-awesome, ttf
Haack
Hæck
Stars: ✭ 142 (+735.29%)
Mutual labels:  font, ttf, otf
Avfonts
AVFonts for change/swap fontname throughout app.
Stars: ✭ 200 (+1076.47%)
Mutual labels:  font, fonts, font-awesome
Awesome Typography
✏︎ Curated list about digital typography 🔥
Stars: ✭ 947 (+5470.59%)
Mutual labels:  fonts, ttf, otf
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (+241.18%)
Mutual labels:  font, fonts, font-awesome
tstyle
Customize Termux Font & Colors
Stars: ✭ 186 (+994.12%)
Mutual labels:  font, fonts, font-awesome
fontfacegen-webpack-plugin
A plugin for webpack that allows you to convert .ttf and .otf files into various other font formats such as .eot, .ttf, .svg, .woff and .woff2 using the existing NPM package fontfacegen.
Stars: ✭ 20 (+17.65%)
Mutual labels:  font, ttf, otf
Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
Stars: ✭ 246 (+1347.06%)
Mutual labels:  font, ttf, otf
Birdfont
A font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format.
Stars: ✭ 272 (+1500%)
Mutual labels:  fonts, ttf, otf
font-v
Font version string reporting and modification library + executable tool
Stars: ✭ 15 (-11.76%)
Mutual labels:  font, ttf, otf
Nerd Fonts
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
Stars: ✭ 31,778 (+186829.41%)
Mutual labels:  font, fonts, font-awesome
Stories About Ming Dynasty
明朝那些事儿(全七卷)
Stars: ✭ 52 (+205.88%)
Mutual labels:  font, font-awesome, otf
Imguifontstudio
Font Helper Gui Tool for programming
Stars: ✭ 149 (+776.47%)
Mutual labels:  font, font-awesome
Inkwell
An inkwell to use custom fonts on the fly.
Stars: ✭ 146 (+758.82%)
Mutual labels:  font, fonts
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (+776.47%)
Mutual labels:  font, ttf
Powerline Web Fonts
Powerline Web Fonts for Chromebook
Stars: ✭ 178 (+947.06%)
Mutual labels:  font, fonts

FontRegister

FontRegisteris a small Windows utility to install fonts and/or repair the font registry via commandline.
This library wraps http://code.kliu.org/misc/fontreg/ with a more flowing api.

Supported font types: fon, ttf, ttc, otf.

Usage

//Will start a commandline interface:
fontregister
//View all available commands:
fontregister --help
//Perform registry cleanup and font repair:
fontregister --cleanup
fontregister --clear
//Register fonts in the following folders or specific file/s:
//Note: Folders are deep-searched recusively.
fontregister "c:/folder" "c:/font.ttf" "./relativedir/" "./relativedir/font.otf" 

Help

Heres the output of help command:

--cleanup / --clear:
        Will remove any stale font registrations in the registry.
        Will repair any missing font registrations for fonts located in the C:\Windows\Fonts directory(this step
        will be skipped for .fon fonts if FontReg cannot determine which
        fonts should have "hidden" registrations).
"c:/path1" "c:/font.ttf" ... "./relativedir/"
        Will add or replace a font from given path/folder.
        Note: Folders are deep-searched recusively.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].