Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DESKTOP-U434MT0\hiro committed Oct 18, 2024
1 parent 5faa43c commit 3d6e3ee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 424 deletions.
3 changes: 3 additions & 0 deletions src/structs/font.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ impl Font {
b"name" => {
self.font_name.set_attributes(reader, e);
}
b"rFont" => {
self.font_name.set_attributes(reader, e);
}
b"sz" => {
self.font_size.set_attributes(reader, e);
}
Expand Down
Loading

0 comments on commit 3d6e3ee

Please sign in to comment.