chore: deps

This commit is contained in:
galister
2024-04-10 10:48:29 +09:00
parent fc158ed6eb
commit 97aab43d09
3 changed files with 21 additions and 21 deletions

View File

@@ -145,7 +145,7 @@ impl FontCache {
continue;
}
let g = face.get_char_index(cp);
if g > 0 {
if g.is_some() {
coll.cp_map.insert(cp, idx);
}
}