fontfor: Find fonts which can show a specified character and preview them in terminal or br...

栏目: IT技术 · 发布时间: 4年前

内容简介:Find fonts which can show a specified character and preview them in browser.This is port from my early python script called

FontFor

Find fonts which can show a specified character and preview them in browser.

This is port from my early python script called which_fonts_support , but with some improvements:

  • Write in Rust, safe and faster
  • Use Fontconfig library instead of depends on fc-list command installed
  • Support preview in shell (powered by FreeType ), no browser needed

Install or Update

cargo install -f fontfor

Usage

Basic

$ fontfor א
Font(s) support the character "א"(U+05D0, 1488, 0xD7 0x90):
Arial                       with 4 styles
Arial Hebrew                with 3 styles
Arial Hebrew Desk Interface with 3 styles
Arial Hebrew Scholar        with 3 styles
Arial Unicode MS            with 1 style
Corsiva Hebrew              with 2 styles
Courier New                 with 4 styles
DejaVu Sans                 with 8 styles
FreeMono                    with 4 styles
FreeSans                    with 4 styles
FreeSerif                   with 4 styles
HanaMinA                    with 1 style
LastResort                  with 1 style
Lucida Grande               with 2 styles
Microsoft Sans Serif        with 1 style
New Peninim MT              with 4 styles
Raanana                     with 2 styles
TW-Kai                      with 1 style
TW-Sung                     with 1 style
Tahoma                      with 2 styles
Times New Roman             with 4 styles

Character Input Format

You can use the following formats for the character:

  • Character: א
  • Unicode scalar value
    • U+XXXXXX : U+5d0 , U+05d0 , U+0005d0
    • Direct input
      1488
      0o2720
      0b010111010000
      
  • UTF8 bytes: 0xd790

Show All Font Styles

add -v flag to show all font style.

We don't show screenshot picture here because it's a bit long.

Preview in Browser

Add -p flag to enable browser preview:

fontfor: Find fonts which can show a specified character and preview them in terminal or br...

Preview in Shell

Add -t flag to enter tui mode for preview in shell:

fontfor: Find fonts which can show a specified character and preview them in terminal or br...

And you can change render mode to ASCII(10 Level):

fontfor: Find fonts which can show a specified character and preview them in terminal or br...

ASCII(70 Level):

fontfor: Find fonts which can show a specified character and preview them in terminal or br...

Or moon-render mode:

fontfor: Find fonts which can show a specified character and preview them in terminal or br...

LICENSE

GPLv3 or later.

See COPYING .


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

R数据科学

R数据科学

[新西兰] 哈德利 • 威克姆、[美] 加勒特 • 格罗勒芒德 / 陈光欣 / 人民邮电出版社 / 2018-7 / 139.00元

本书的目标是教会读者使用最重要的数据科学工具,从而为实施数据科学奠定坚实的基础。读完本书后,你将掌握R语言的精华,并能够熟练使用多种工具来解决各种数据科学难题。每一章都按照这样的顺序组织内容:先给出一些引人入胜的示例,以便你可以整体了解这一章的内容,然后再深入细节。本书的每一节都配有习题,以帮助你实践所学到的知识。一起来看看 《R数据科学》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码