GitXplorerGitXplorer
g

fontview

public
320 stars
37 forks
11 issues

Commits

List of commits on branch main.
Verified
f892bc3e9f89c26c4e07c2ed770d4bfbbb52bc73

Merge pull request #53 from davelab6/patch-1

aanthrotype committed 6 years ago
Verified
1b32619ef7514106620ed0f203be77015bacdacb

Update README.md

ddavelab6 committed 6 years ago
Unverified
62c8f408df96a3ecd9ddd58c67096c4690636f89

fix the ordering of c++ params when building on GNU+Linux (#47)

ffelipesanches committed 6 years ago
Unverified
b0ffe6eb329dadea08c331d0961828932c0f0329

store sample string and fontSize in wxSystemOptions

sschriftgestalt committed 6 years ago
Unverified
5e2987194efc864bac2509db4fb80893c104bc72

Add language name for Malayalam in Traditional writing

bbrawer committed 7 years ago
Unverified
54da9c311ce133146c43613ee597de7d99556e43

Add language names for Mon and S’gaw Karen

bbrawer committed 7 years ago

README

The README file for this repository.

FontView Build Status

“FontView” is a little demo app that shows the contents of a font file. It opens *.ttf, *.otf, *.ttc, *.otc, *.pfa, and *.pfb files. To render text, FontView uses the open-source libraries FreeType, HarfBuzz, and Raqm. FontView is not an official Google product; use it at your own risk.

Screenshot

You’re very welcome to contribute changes, for example if you’d like porting the tool to other platforms than macOS. (Because the program only calls cross-platform libraries, porting should actually be quite easy). Likewise, please don’t hesitate to add new features; simply send a GitHub pull request when your change is ready.

Building on macOS

$ git clone --recursive https://github.com/googlefonts/fontview.git;
# if you forget the recursive arg, run
# git submodule update --init --recursive
$ cd fontview
$ python2.7 build.py && ./build/FontView.app/Contents/MacOS/fontview

Building on Linux

You need to first install wxWidgets as well as latest versions of FreeType, HarfBuzz and FriBiDi.

$ git clone https://github.com/googlefonts/fontview.git
$ cd fontview
$ git submodule init
$ git submodule update src/third_party/raqm/libraqm
$ python build.py && ./build/fontview