Expand description
Bitmap font handling.
Modules§
Structs§
- Bitmap
Glyph - A bitmap glyph with metrics.
- Bitmap
Metrics - The actual embedded bitmap glyph metrics in pixels.
- Embedded
Bitmap - Raw bitmap data.
- Embedded
Metrics - Metrics embedded alongside the bitmap.
- Encapsulated
Bitmap - Bitmap data encapsulated in a container format like PNG.
- Origin
Offset - Bitmap offset from glyph origin in font units.
Enums§
- BitDepth
- Bit depth of bitmap data.
- Bitmap
- Bitmap data, either raw or encapsulated in a container format like PNG.
- Encapsulated
Format - The container format of an
EncapsulatedBitmap. - Metrics
- Bitmap glyph metrics either embedded or from
hmtx/vmtx.