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

#include <font.h>

Classes

struct  Table
 

Public Member Functions

std::vector< uint32_tOutputOrderedTags () const
 
TableFindTable (uint32_t tag)
 
const TableFindTable (uint32_t tag) const
 

Public Attributes

uint32_t flavor
 
uint16_t num_tables
 
std::map< uint32_t, Tabletables
 

Member Function Documentation

◆ FindTable() [1/2]

Font::Table * woff2::Font::FindTable ( uint32_t  tag)

◆ FindTable() [2/2]

const Font::Table * woff2::Font::FindTable ( uint32_t  tag) const

◆ OutputOrderedTags()

std::vector< uint32_t > woff2::Font::OutputOrderedTags ( ) const

Member Data Documentation

◆ flavor

uint32_t woff2::Font::flavor

◆ num_tables

uint16_t woff2::Font::num_tables

◆ tables

std::map<uint32_t, Table> woff2::Font::tables

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