Flutter Engine
The Flutter Engine
|
#include <font_features.h>
Public Member Functions | |
void | SetFeature (std::string tag, int value) |
std::string | GetFeatureSettings () const |
const std::map< std::string, int > & | GetFontFeatures () const |
Definition at line 28 of file font_features.h.
std::string txt::FontFeatures::GetFeatureSettings | ( | ) | const |
Definition at line 27 of file font_features.cc.
const std::map< std::string, int > & txt::FontFeatures::GetFontFeatures | ( | ) | const |
Definition at line 43 of file font_features.cc.
void txt::FontFeatures::SetFeature | ( | std::string | tag, |
int | value | ||
) |
Definition at line 23 of file font_features.cc.