Beispiel #1
0
 extern static void SetFont(IntPtr _this, ref FSlateFontInfo InFontInfo);
Beispiel #2
0
/// <summary>
/// Dynamically set the font info for this text block
/// @param InFontInfo THe new font info
/// </summary>
        public void SetFont(FSlateFontInfo InFontInfo)
        {
            CheckIsValid();
            SetFont(_this.Get(), ref InFontInfo);
        }
Beispiel #3
0
 /// <summary>
 /// Dynamically set the font info for this text block
 /// @param InFontInfo THe new font info
 /// </summary>
 public extern void SetFont(FSlateFontInfo InFontInfo);