#include <DeviceDrawableHelper.h>
Public Member Functions | |
NativeFontDesc (const void *ptr, uint8_t mag) | |
NativeFontDesc (const NativeFontDesc &other)=default | |
NativeFontDesc & | operator= (const NativeFontDesc &other)=default |
uint8_t | getMag () const |
const void * | getPtr () const |
Represents a native font as used by most themes, it has a void pointer to the font data, and a magnification.