Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Enumerations | |
enum class | SkTextEncoding { kUTF8 , kUTF16 , kUTF32 , kGlyphID } |
enum class | SkFontHinting { kNone , kSlight , kNormal , kFull } |
|
strong |
Enumerator | |
---|---|
kNone | glyph outlines unchanged |
kSlight | minimal modification to improve constrast |
kNormal | glyph outlines modified to improve constrast |
kFull | modifies glyph outlines for maximum constrast |
Definition at line 18 of file SkFontTypes.h.
|
strong |
Definition at line 11 of file SkFontTypes.h.