Skia
2D Graphics Library
SkFontTypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  SkTextEncoding { kUTF8 , kUTF16 , kUTF32 , kGlyphID }
 
enum class  SkFontHinting { kNone , kSlight , kNormal , kFull }
 

Enumeration Type Documentation

◆ SkFontHinting

enum SkFontHinting
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

◆ SkTextEncoding

enum SkTextEncoding
strong
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