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

#include <glyph.h>

Classes

struct  Point
 

Public Member Functions

 Glyph ()
 

Public Attributes

int16_t x_min
 
int16_t x_max
 
int16_t y_min
 
int16_t y_max
 
uint16_t instructions_size
 
const uint8_tinstructions_data
 
std::vector< std::vector< Point > > contours
 
const uint8_tcomposite_data
 
uint32_t composite_data_size
 
bool have_instructions
 

Constructor & Destructor Documentation

◆ Glyph()

woff2::Glyph::Glyph ( )
inline

Member Data Documentation

◆ composite_data

const uint8_t* woff2::Glyph::composite_data

◆ composite_data_size

uint32_t woff2::Glyph::composite_data_size

◆ contours

std::vector<std::vector<Point> > woff2::Glyph::contours

◆ have_instructions

bool woff2::Glyph::have_instructions

◆ instructions_data

const uint8_t* woff2::Glyph::instructions_data

◆ instructions_size

uint16_t woff2::Glyph::instructions_size

◆ x_max

int16_t woff2::Glyph::x_max

◆ x_min

int16_t woff2::Glyph::x_min

◆ y_max

int16_t woff2::Glyph::y_max

◆ y_min

int16_t woff2::Glyph::y_min

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