Flutter Engine
 
Loading...
Searching...
No Matches
text_decoration.h File Reference

Go to the source code of this file.

Namespaces

namespace  txt
 

Enumerations

enum  txt::TextDecoration {
  txt::kNone = 0x0 ,
  txt::kUnderline = 0x1 ,
  txt::kOverline = 0x2 ,
  txt::kLineThrough = 0x4
}
 
enum  txt::TextDecorationStyle {
  txt::kSolid ,
  txt::kDouble ,
  txt::kDotted ,
  txt::kDashed ,
  txt::kWavy
}