Grow internal packer and re-upload glyphs automatically

This commit is contained in:
Héctor Ramón Jiménez 2023-06-15 18:23:36 +02:00 committed by Josh Groves
parent a74ce29c1a
commit f64771c2c3
5 changed files with 86 additions and 30 deletions

View file

@ -1,4 +1,3 @@
use crate::ContentType;
use std::{
error::Error,
fmt::{self, Display, Formatter},
@ -7,7 +6,7 @@ use std::{
/// An error that occurred while preparing text for rendering.
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum PrepareError {
AtlasFull(ContentType),
AtlasFull,
}
impl Display for PrepareError {