Add more tags to Rich Text Box

This commit is contained in:
2022-08-03 12:57:22 +02:00
parent 64609f823c
commit ad37b8361b
9 changed files with 205 additions and 25 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ public:
/// <summary>
/// Gets the largest vertical distance above the baseline for any character in the font.
/// </summary>
FORCE_INLINE int32 GetAscender() const
API_PROPERTY() FORCE_INLINE int32 GetAscender() const
{
return _ascender;
}