Enum FontGlyphFormat

Enum Documentation

enum FontGlyphFormat

Enumerator for the image format used in a given font glyph.

Currently, only PNG images are supported. We could support other image types - but we may end up just sticking with PNG since it isn’t subject to any sort of compression. Because let’s face it - compression is good for photos, not so good when you’re dealing with pixel precise font textures.

Values:

PNG

Indicates the glyph originates from a .PNG image.