Beispiel #1
0
 static bool HasFlag(CompositeGlyphFlags target, CompositeGlyphFlags test)
 {
     return (target & test) == test;
 }
Beispiel #2
0
 static bool HasFlag(CompositeGlyphFlags target, CompositeGlyphFlags test)
 {
     return((target & test) == test);
 }
 static bool HasCompositeFlag(CompositeGlyphFlags flags, CompositeGlyphFlags value)
 {
     return((flags & value) == value);
 }