Live data from Hacker News

Viewing profile — drott

drott

HN member
Joined
Wed, Mar 19, 2025, 3:28 PM UTC
HN karma
24
Public activity
3 items

About drott

No profile information was provided.

Recent public activity

  1. comment
    Comment #43425661

    In the viewer, press '/' and configure hinting to full, or modify the source in gm/fontations.cpp and call SkFont::setHinting(SkFontHinting::kFull) or kNormal.

  2. comment
    Comment #43421163

    Yes, Skrifa executes TrueType hints and has a new autohinting implementation written in Rust. We use these modes in Chrome.

  3. comment
    Comment #43414019

    We're using https://cxx.rs/ to create the bindings and FFI interface. That's not provided with Fontations, but this bit is part of the Chromium and Skia integration. The code is he…