Code Monkey home page Code Monkey logo

Comments (2)

namse avatar namse commented on May 28, 2024 1

I'm using skia to make games, and currently my main platform is x86_64-pc-windows-msvc. We are thinking of supporting ios, android, free-bsd, etc. in the future.

Recently, I found out that woff2's size is small because it uses brotli. So, if it is difficult for rust-skia to provide woff2 by default, I think it would be okay to use an external library directly, convert woff2 to ttf, etc. and load it into skia.

from rust-skia.

pragmatrix avatar pragmatrix commented on May 28, 2024

On which platform were you expecting woff2 support?

By default, Skia uses the system's FreeType library on Linux based platforms, so there is no control whether if FreeType supports woff2 typefaces (a prerequisite for that is the brotli library).

We may consider supporting woff2 when the embed-freetype feature is enabled, which would would add about 200kb to the Skia library and therefore deserves a new feature flag. In addition to that, FreeType may be embedded on other platforms, like on macOS and Windows, but I am not sure yet if FreeType is actually used if enabled.

from rust-skia.

Related Issues (20)

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.