Go to the source code of this file.
◆ SkFontHinting
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
|
◆ SkTextEncoding
Enumerator |
---|
kUTF8 | uses bytes to represent UTF-8 or ASCII
|
kUTF16 | uses two byte words to represent most of Unicode
|
kUTF32 | uses four byte words to represent all of Unicode
|
kGlyphID | uses two byte words to represent glyph indices
|