Add Dataset to FlyTextKind enum (#2255)

This commit is contained in:
Aireil 2025-04-22 21:03:06 +02:00 committed by GitHub
parent 4995383fcc
commit a9299b4aea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,10 +94,15 @@ public enum FlyTextKind : int
/// <summary>
/// Val1 in serif font next to all caps condensed font Text1 with Text2 in sans-serif as subtitle.
/// Added in 7.2, usage currently unknown.
/// </summary>
[Obsolete("Use Dataset instead", true)]
Unknown16 = 16,
/// <summary>
/// Val1 in serif font next to all caps condensed font Text1 with Text2 in sans-serif as subtitle.
/// </summary>
Dataset = 16,
/// <summary>
/// Val1 in serif font, Text2 in sans-serif as subtitle.
/// Added in 7.2, usage currently unknown.