Fix doc comment on DISABLE_HINTING
This commit is contained in:
parent
4de1b13494
commit
9c16ca004a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue