question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Font 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 & experiments
    • json - intermediate, to connect loader and writers
    • images - 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:closed
  • Created 5 years ago
  • Comments:23 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
puzrincommented, Apr 2, 2019

Close - no more to discuss about options. Beta with dumper implements all required things.

1reaction
puzrincommented, Mar 30, 2019

Updated options & fixed -h content to be useable.

Read more comments on GitHub >

github_iconTop 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 command (NuGet CLI) - Microsoft Learn
Reference for the nuget.exe spec command.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found