Skip to content

Commit a2818f7

Browse files
committed
Update color table comments
1 parent ee82989 commit a2818f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fontique/src/collection/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ pub struct QueryFont {
234234
pub synthesis: Synthesis,
235235
/// Data used for constructing a character map for this font.
236236
pub charmap_index: CharmapIndex,
237-
/// Whether the font has a color glyph table (`COLR`, `CBDT` or `sbix`).
237+
/// Whether the font has a color glyph table.
238238
pub has_color_tables: bool,
239239
}
240240

fontique/src/font.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl FontInfo {
218218
self.attr_axes & OPTICAL_SIZE_AXIS != 0
219219
}
220220

221-
/// Returns `true` if the font has a color glyph table (`COLR`, `CBDT` or `sbix`).
221+
/// Returns `true` if the font has a color glyph table.
222222
pub fn has_color_tables(&self) -> bool {
223223
self.has_color_tables
224224
}

0 commit comments

Comments
 (0)