Initial commit
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFChromiumFontOptions.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFChromiumFontOptionsHPP
|
||||
#define uCEFChromiumFontOptionsHPP
|
||||
|
||||
#pragma delphiheader begin
|
||||
#pragma option push
|
||||
#if defined(__BORLANDC__) && !defined(__clang__)
|
||||
#pragma option -w- // All warnings off
|
||||
#pragma option -Vx // Zero-length empty class member
|
||||
#endif
|
||||
#pragma pack(push,8)
|
||||
#include <System.hpp>
|
||||
#include <SysInit.hpp>
|
||||
#include <System.Classes.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefchromiumfontoptions
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TChromiumFontOptions;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TChromiumFontOptions : public System::Classes::TPersistent
|
||||
{
|
||||
typedef System::Classes::TPersistent inherited;
|
||||
|
||||
protected:
|
||||
Uceftypes::ustring FStandardFontFamily;
|
||||
Uceftypes::ustring FCursiveFontFamily;
|
||||
Uceftypes::ustring FSansSerifFontFamily;
|
||||
int FMinimumLogicalFontSize;
|
||||
Uceftypes::ustring FFantasyFontFamily;
|
||||
Uceftypes::ustring FSerifFontFamily;
|
||||
int FDefaultFixedFontSize;
|
||||
int FDefaultFontSize;
|
||||
Uceftypes::TCefState FRemoteFontsDisabled;
|
||||
Uceftypes::ustring FFixedFontFamily;
|
||||
int FMinimumFontSize;
|
||||
|
||||
public:
|
||||
__fastcall virtual TChromiumFontOptions();
|
||||
|
||||
__published:
|
||||
__property Uceftypes::ustring StandardFontFamily = {read=FStandardFontFamily, write=FStandardFontFamily};
|
||||
__property Uceftypes::ustring FixedFontFamily = {read=FFixedFontFamily, write=FFixedFontFamily};
|
||||
__property Uceftypes::ustring SerifFontFamily = {read=FSerifFontFamily, write=FSerifFontFamily};
|
||||
__property Uceftypes::ustring SansSerifFontFamily = {read=FSansSerifFontFamily, write=FSansSerifFontFamily};
|
||||
__property Uceftypes::ustring CursiveFontFamily = {read=FCursiveFontFamily, write=FCursiveFontFamily};
|
||||
__property Uceftypes::ustring FantasyFontFamily = {read=FFantasyFontFamily, write=FFantasyFontFamily};
|
||||
__property int DefaultFontSize = {read=FDefaultFontSize, write=FDefaultFontSize, default=0};
|
||||
__property int DefaultFixedFontSize = {read=FDefaultFixedFontSize, write=FDefaultFixedFontSize, default=0};
|
||||
__property int MinimumFontSize = {read=FMinimumFontSize, write=FMinimumFontSize, default=0};
|
||||
__property int MinimumLogicalFontSize = {read=FMinimumLogicalFontSize, write=FMinimumLogicalFontSize, default=0};
|
||||
__property Uceftypes::TCefState RemoteFonts = {read=FRemoteFontsDisabled, write=FRemoteFontsDisabled, default=0};
|
||||
public:
|
||||
/* TPersistent.Destroy */ inline __fastcall virtual ~TChromiumFontOptions() { }
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefchromiumfontoptions */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFCHROMIUMFONTOPTIONS)
|
||||
using namespace Ucefchromiumfontoptions;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFChromiumFontOptionsHPP
|
||||
Reference in New Issue
Block a user