Grow internal packer
and re-upload glyphs automatically
This commit is contained in:
parent
a74ce29c1a
commit
f64771c2c3
5 changed files with 86 additions and 30 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue