Giter Club home page Giter Club logo

font's People

Contributors

ivanukhov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

font's Issues

Glyph substitution and positioning

Do you plan to support glyph substitution and positioning based on what is available on the opentype crate?

Ideally, you would start with a string and you would get an iterator that provides the glyphs and their relative position to the previous one in that string. That would be really useful.

"found a character-ID-keyed font, which is not supported yet"

I tried to use this crate for handling DefineFont4 tags, which are OTF fonts, in Adobe Flash SWF files when emulating with ruffle. The current feature set seems almost perfect for us.

However I currently can't use it for drawing, because I get the error "found a character-ID-keyed font, which is not supported yet" from

_ => raise!("found a character-ID-keyed font, which is not supported yet"),
. It would be nice to use pure rust library for font-parsing, so I would be curious if that is something that might be fixed. I don't really know anything about PostScript yet, so I can't really make sense of this myself.

Build fails on arm64 (rpi4)

I am attempting to install alacritty on my raspberry pi 4. Upon compiling font (tried 0.1.0 and 0.3.0) and i get error E0308: Mismatched types.
On line 339 in mod.rs: expected i32, found i64. Compiler help says you can convert an i64 to i32 and panic if the converted value wouldn't fit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.