There was an error while loading. Please reload this page.
1 parent ee82989 commit a2818f7Copy full SHA for a2818f7
2 files changed
fontique/src/collection/query.rs
@@ -234,7 +234,7 @@ pub struct QueryFont {
234
pub synthesis: Synthesis,
235
/// Data used for constructing a character map for this font.
236
pub charmap_index: CharmapIndex,
237
- /// Whether the font has a color glyph table (`COLR`, `CBDT` or `sbix`).
+ /// Whether the font has a color glyph table.
238
pub has_color_tables: bool,
239
}
240
fontique/src/font.rs
@@ -218,7 +218,7 @@ impl FontInfo {
218
self.attr_axes & OPTICAL_SIZE_AXIS != 0
219
220
221
- /// Returns `true` if the font has a color glyph table (`COLR`, `CBDT` or `sbix`).
+ /// Returns `true` if the font has a color glyph table.
222
pub fn has_color_tables(&self) -> bool {
223
self.has_color_tables
224
0 commit comments