Skip to content

Commit

Permalink
Merge pull request #623 from googlefonts/docs-fixup
Browse files Browse the repository at this point in the history
[docs] Fixup write-fonts lib docs
  • Loading branch information
rsheeter authored Sep 22, 2023
2 parents f8a8ccf + a21c97d commit dfd8002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions write-fonts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
//!
//! ## Writing subtables
//!
//! A font table commonly contains some set of subtables, which are referenced
//! A font table commonly contains some set of subtables which are referenced
//! in the font binary as offsets relative to the position (within the file) of
//! the parent table; and these subtables can themselves contain subtables, and
//! so on. We refer to the entire structure of tables the 'table graph'.
//! so on. We refer to the entire structure of tables as the 'table graph'.
//! A consequence of this structure is that compiling
//! a table is not as simple as just sequentially writing out the bytes of each
//! field; it also involves determining an ordering for the subtables, determining
//! field; it also involves computing an ordering for the subtables, determining
//! their position in the final binary, and correctly writing that position in
//! the appropriate location in any tables that reference that subtable.
//!
Expand Down

0 comments on commit dfd8002

Please sign in to comment.