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

#include <GlyphPage.h>

Public Member Functions

 GlyphData (Glyph glyph=0, const Font *font=nullptr)
 
bool isValid () const
 
 GlyphData (Glyph glyph=0, const Font *font=nullptr)
 
bool isValid () const
 

Public Attributes

Glyph glyph
 
const Fontfont
 

Constructor & Destructor Documentation

◆ GlyphData() [1/2]

WebCore::GlyphData::GlyphData ( Glyph  glyph = 0,
const Font font = nullptr 
)
inline

◆ GlyphData() [2/2]

WebCore::GlyphData::GlyphData ( Glyph  glyph = 0,
const Font font = nullptr 
)
inline

Member Function Documentation

◆ isValid() [1/2]

bool WebCore::GlyphData::isValid ( ) const
inline

◆ isValid() [2/2]

bool WebCore::GlyphData::isValid ( ) const
inline

Member Data Documentation

◆ font

const Font * WebCore::GlyphData::font

◆ glyph

Glyph WebCore::GlyphData::glyph

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