33 #include "UICore/Display/Render/graphic_context.h"
34 #include "../Image/pixel_buffer.h"
35 #include "font_description.h"
36 #include "glyph_metrics.h"
53 virtual void add(
const std::string &typeface_name,
float height) = 0;
static std::shared_ptr< FontFamily > create(const std::string &family_name)
Constructs a font family with the given family name.
FontFamily class.
Definition: font_family.h:43
std::shared_ptr< FontFamily > FontFamilyPtr
Definition: font.h:41
virtual const std::string & family_name() const =0
Font family name used for this font family.
virtual void add(const std::string &typeface_name, float height)=0
Add standard font.
Font description class.
Definition: font_description.h:62
Definition: Application/application.h:35