#include <font_features.h>
Public Member Functions | |
| void | SetFeature (const std::string &tag, int value) |
| std::string | GetFeatureSettings () const |
| const std::map< std::string, int > & | GetFontFeatures () const |
Definition at line 16 of file font_features.h.
| std::string txt::FontFeatures::GetFeatureSettings | ( | ) | const |
Definition at line 15 of file font_features.cc.
| const std::map< std::string, int > & txt::FontFeatures::GetFontFeatures | ( | ) | const |
Definition at line 32 of file font_features.cc.
| void txt::FontFeatures::SetFeature | ( | const std::string & | tag, |
| int | value | ||
| ) |
Definition at line 11 of file font_features.cc.
References value.
Referenced by flutter::decodeFontFeatures().