Checkpoint

This commit is contained in:
Mikayla 2023-11-06 15:11:22 -08:00
parent ea6755b1ca
commit 3c93b585ab
No known key found for this signature in database
7 changed files with 85 additions and 33 deletions

View file

@ -792,6 +792,7 @@ impl<'a> WindowContext<'a> {
}
/// Paint a monochrome (non-emoji) glyph into the scene for the current frame at the current z-index.
/// The y component of the origin is the baseline of the glyph.
pub fn paint_glyph(
&mut self,
origin: Point<Pixels>,
@ -845,6 +846,7 @@ impl<'a> WindowContext<'a> {
}
/// Paint an emoji glyph into the scene for the current frame at the current z-index.
/// The y component of the origin is the baseline of the glyph.
pub fn paint_emoji(
&mut self,
origin: Point<Pixels>,