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

#include <font.h>

Public Member Functions

bool IsReused () const
 

Public Attributes

uint32_t tag
 
uint32_t checksum
 
uint32_t offset
 
uint32_t length
 
const uint8_tdata
 
std::vector< uint8_tbuffer
 
Font::Tablereuse_of
 
uint8_t flag_byte
 

Member Function Documentation

◆ IsReused()

bool woff2::Font::Table::IsReused ( ) const

Member Data Documentation

◆ buffer

std::vector<uint8_t> woff2::Font::Table::buffer

◆ checksum

uint32_t woff2::Font::Table::checksum

◆ data

const uint8_t* woff2::Font::Table::data

◆ flag_byte

uint8_t woff2::Font::Table::flag_byte

◆ length

uint32_t woff2::Font::Table::length

◆ offset

uint32_t woff2::Font::Table::offset

◆ reuse_of

Font::Table* woff2::Font::Table::reuse_of

◆ tag

uint32_t woff2::Font::Table::tag

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