webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WebCore::FontCustomPlatformData Struct Reference

#include <FontCustomPlatformData.h>

Public Member Functions

 WTF_MAKE_NONCOPYABLE (FontCustomPlatformData)
 
 FontCustomPlatformData (CTFontDescriptorRef fontDescriptor)
 
 ~FontCustomPlatformData ()
 
FontPlatformData fontPlatformData (const FontDescription &, bool bold, bool italic, const FontFeatureSettings &fontFaceFeatures, const FontVariantSettings &fontFaceVariantSettings)
 
 WTF_MAKE_NONCOPYABLE (FontCustomPlatformData)
 
 FontCustomPlatformData (HANDLE fontReference, const String &name)
 
 ~FontCustomPlatformData ()
 
FontPlatformData fontPlatformData (const FontDescription &, bool bold, bool italic)
 

Static Public Member Functions

static bool supportsFormat (const String &)
 
static bool supportsFormat (const String &)
 

Public Attributes

 WTF_MAKE_FAST_ALLOCATED
 
RetainPtr< CTFontDescriptorRefm_fontDescriptor
 
HANDLE m_fontReference
 
String m_name
 

Constructor & Destructor Documentation

◆ FontCustomPlatformData() [1/2]

WebCore::FontCustomPlatformData::FontCustomPlatformData ( CTFontDescriptorRef  fontDescriptor)
inlineexplicit

◆ ~FontCustomPlatformData() [1/2]

WebCore::FontCustomPlatformData::~FontCustomPlatformData ( )

◆ FontCustomPlatformData() [2/2]

WebCore::FontCustomPlatformData::FontCustomPlatformData ( HANDLE  fontReference,
const String name 
)
inline

◆ ~FontCustomPlatformData() [2/2]

WebCore::FontCustomPlatformData::~FontCustomPlatformData ( )

Member Function Documentation

◆ fontPlatformData() [1/2]

FontPlatformData WebCore::FontCustomPlatformData::fontPlatformData ( const FontDescription description,
bool  bold,
bool  italic 
)

◆ fontPlatformData() [2/2]

FontPlatformData WebCore::FontCustomPlatformData::fontPlatformData ( const FontDescription fontDescription,
bool  bold,
bool  italic,
const FontFeatureSettings fontFaceFeatures,
const FontVariantSettings fontFaceVariantSettings 
)

◆ supportsFormat() [1/2]

static bool WebCore::FontCustomPlatformData::supportsFormat ( const String )
static

◆ supportsFormat() [2/2]

bool WebCore::FontCustomPlatformData::supportsFormat ( const String format)
static

◆ WTF_MAKE_NONCOPYABLE() [1/2]

WebCore::FontCustomPlatformData::WTF_MAKE_NONCOPYABLE ( FontCustomPlatformData  )

◆ WTF_MAKE_NONCOPYABLE() [2/2]

WebCore::FontCustomPlatformData::WTF_MAKE_NONCOPYABLE ( FontCustomPlatformData  )

Member Data Documentation

◆ m_fontDescriptor

RetainPtr<CTFontDescriptorRef> WebCore::FontCustomPlatformData::m_fontDescriptor

◆ m_fontReference

HANDLE WebCore::FontCustomPlatformData::m_fontReference

◆ m_name

String WebCore::FontCustomPlatformData::m_name

◆ WTF_MAKE_FAST_ALLOCATED

WebCore::FontCustomPlatformData::WTF_MAKE_FAST_ALLOCATED

The documentation for this struct was generated from the following files: