AbstractGlyphCache.h file new in 2019.10
Class Magnum::
Namespaces
- namespace Magnum new in Git master
 - Root namespace.
 - namespace Magnum::Text
 - Text rendering.
 
Classes
- class Magnum::Text::AbstractGlyphCache new in 2019.10
 - Base for glyph caches.
 
Enums
- enum class GlyphCacheFeature: UnsignedByte { ImageProcessing = 1 << 0 new in Git master, ProcessedImageDownload = ImageProcessing|(1 << 1) new in Git master, ImageDownload = ProcessedImageDownload deprecated in Git master } new in 2019.10
 - Features supported by a particular glyph cache implementation.
 
Typedefs
- using GlyphCacheFeatures = Containers::EnumSet<GlyphCacheFeature> new in 2019.10
 - Set of features supported by a glyph cache.
 
Functions
- auto operator<<(Debug& output, GlyphCacheFeature value) -> Debug&
 - Debug output operator.
 - auto operator<<(Debug& output, GlyphCacheFeatures value) -> Debug&
 - Debug output operator.