CLI spec
See original GitHub issueFont params are grouped to current font until new font option found.
Common:
-s
- output font size-o
- output file path-b
,--bpp
- bits per pixel-c
,--compress
- ‘auto’, compression algorythm (TBD)- RLE in general, but details depent on bpp & font size
--format
- output format, useful for debug & experimentsjson
- intermediate, to connect loader and writersimages
- write each glyph to separate file, useful to check result.- TBD
Fonts:
--font
- local path or URL (may be used multiple times)-r
- single glyph or range, + optional mapping; belongs to previously declared--font
)-r 0x1F450
- single value, dec or hex format-r 0x1F450-0x1F470
- range-r 0x1F450=>0xF005
- single glyph with mapping-r 0x1F450-0x1F470=>0xF005
- range with mapping
--symbols
- list of characters to copy (instead of numeric format in-r
)
Issue Analytics
- State:
- Created 5 years ago
- Comments:23 (10 by maintainers)
Top Results From Across the Web
ECMA-335 - Ecma International
This Standard defines the Common Language Infrastructure (CLI) in which applications written in multiple high-level languages can be executed in different ...
Read more >Common Language Infrastructure - Wikipedia
The Common Language Infrastructure (CLI) is an open specification and technical standard originally developed by Microsoft and standardized by ISO/IEC ...
Read more >@spec/cli - npm
Setup and scaffolding-related tools for @spec templates.. Latest version: 2.1.2, last published: 5 years ago. Start using @spec/cli in your ...
Read more >CommandLine.Spec (picocli 4.7.0 API)
Fields annotated with @Spec will be initialized with the CommandSpec for the command the field is part of. Example usage: class InjectSpecExample implements ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Close - no more to discuss about options. Beta with dumper implements all required things.
Updated options & fixed
-h
content to be useable.