ZD Screen Recorder SDK API – ScnLib_SetLogoTextStyle()

ScnLib_SetLogoTextStyleA/W()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) BOOL __stdcall ScnLib_SetLogoTextStyleA(const LOGFONTA *lfFont, COLORREF crColor, BOOL bShadow);
__declspec(dllimport) BOOL __stdcall ScnLib_SetLogoTextStyleW(const LOGFONTW *lfFont, COLORREF crColor, BOOL bShadow);
C# [DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern bool ScnLib_SetLogoTextStyleW([MarshalAs(UnmanagedType.LPStruct)]LOGFONT Font, uint Color, bool Shadow);
Basic Public Declare Unicode Function ScnLib_SetLogoTextStyleW Lib "ScnLib.dll" (<MarshalAs(UnmanagedType.LPStruct)> Font As LOGFONT, ByVal Color As UInt32, ByVal Shadow As Boolean) As Boolean
Delphi function ScnLib_SetLogoTextStyleA(const Font: tagLogFontA; Color: LongWord; Shadow: LongBool): LongBool; stdcall; external 'ScnLib.dll';
function ScnLib_SetLogoTextStyleW(const Font: tagLogFontW; Color: LongWord; Shadow: LongBool): LongBool; stdcall; external 'ScnLib.dll';
  • Description
    Configure the style of the logo text displayed in the video.

  • Parameters
    • Font [in]
      The LOGFONT structure used to define the font characteristics for displaying the logo text.
    • Color [in]
      The display color of the logo text, specified in the COLORREF format.
    • Shadow [in]
      Whether to draw a black shadow beneath the logo text.
  • Return Value
    If the logo text style is configured successfully, the return value is TRUE. Otherwise, the return value is FALSE.

  • Remarks
    Use this function to configure the style of the logo text displayed in the video, including attributes like font, color, and shadow. You have the flexibility to use this function during the recording process. To check the current style settings of the logo text, call ScnLib_GetLogoTextStyleA/W().

  • See Also
    ScnLib_GetLogoTextStyleA/W()
    ScnLib_SetLogoTextA/W()

Shopping Cart
  • Your cart is empty.
Scroll to Top