Searched defs:ITALIC (Results 1 – 12 of 12) sorted by relevance
20 pub const ITALIC: Self = Effects(1 << 2); constant
89 ITALIC = 1u<<1, enumerator
127 ITALIC = 1u<<0, enumerator
17 ITALIC = "italic" variable
21 pub const ITALIC: Self = Self { bits: 0x0002 }; constant
19 pub const ITALIC: Self = Self { bits: 0x0001 }; constant
93 public static final String ITALIC = "italic"; field in TtmlNode