# Message: `GlyphBank` ### Fields: - **glyphs**: `Glyph` - **glyph_padding**: `int` - **glyph_channels**: `int` - **glyph_data**: `bytes` - **max_ascent**: `float` - **max_descent**: `float` - **max_advance**: `float` - **max_width**: `float` - **max_height**: `float` - **image_format**: `int` - **sdf_spread**: `float` - **sdf_outline**: `float` - **sdf_shadow**: `float` - **cache_width**: `int` - **cache_height**: `int` - **cache_cell_width**: `int` - **cache_cell_height**: `int` - **cache_cell_max_ascent**: `int` - **padding**: `int` - **is_monospaced**: `bool` ---