ZD Screen Recorder SDK API – ScnLib_GetLogoTextStyle()

ScnLib_GetLogoTextStyleA/W()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetLogoTextStyleA(LOGFONTA *lfFont, COLORREF *crColor, BOOL *bShadow);
__declspec(dllimport) void __stdcall ScnLib_GetLogoTextStyleW(LOGFONTW *lfFont, COLORREF *crColor, BOOL *bShadow);
C# [DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetLogoTextStyleW([MarshalAs(UnmanagedType.LPStruct)]LOGFONT Font, ref uint Color, ref bool Shadow);
Basic Public Declare Unicode Sub ScnLib_GetLogoTextStyleW Lib "ScnLib.dll" (<MarshalAs(UnmanagedType.LPStruct)> Font As LOGFONT, ByRef Color As UInt32, ByRef Shadow As Boolean)
Delphi procedure ScnLib_GetLogoTextStyleA(var Font: tagLogFontA; var Color: LongWord; var Shadow: LongBool); stdcall; external 'ScnLib.dll';
procedure ScnLib_GetLogoTextStyleW(var Font: tagLogFontW; var Color: LongWord; var Shadow: LongBool); stdcall; external 'ScnLib.dll';
  • Description
    Check the current style settings of the logo text.

  • Parameters
    • Font [out]
      The LOGFONT structure used to define the font characteristics for displaying the logo text.
    • Color [out]
      The display color of the logo text, specified in the COLORREF format.
    • Shadow [out]
      Indicate whether to draw a black shadow beneath the logo text.
  • Return Value
    None.

  • Remarks
    Use this function to check the current style settings of the logo text.

  • See Also
    ScnLib_SetLogoTextStyleA/W()

Shopping Cart
  • Your cart is empty.
Scroll to Top