Flutter Engine
 
Loading...
Searching...
No Matches
text_decoration.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_TXT_SRC_TXT_TEXT_DECORATION_H_
6#define FLUTTER_TXT_SRC_TXT_TEXT_DECORATION_H_
7
8namespace txt {
9
10// Multiple decorations can be applied at once. Ex: Underline and overline is
11// (0x1 | 0x2)
13 kNone = 0x0,
15 kOverline = 0x2,
17};
18
20
21} // namespace txt
22
23#endif // FLUTTER_TXT_SRC_TXT_TEXT_DECORATION_H_
@ kNone
Definition layer.h:43
@ kLineThrough
TextDecorationStyle