Fix doc comment on DISABLE_HINTING

This commit is contained in:
Jeremy Soller 2025-07-02 10:59:24 -06:00
parent 4de1b13494
commit 9c16ca004a
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -7,7 +7,7 @@ bitflags::bitflags! {
pub struct CacheKeyFlags: u32 {
/// Skew by 14 degrees to synthesize italic
const FAKE_ITALIC = 1;
// Disable hinting
/// Disable hinting
const DISABLE_HINTING = 2;
}
}