Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Attributes | Static Public Attributes | List of all members
SkTTCFHeader Struct Reference

#include <SkTTCFHeader.h>

Classes

struct  Version2Ext
 

Public Attributes

uint32_t fTag
 
uint32_t fVersion
 
uint32_t fNumOffsets
 
uint32_t fOffset0
 
SK_SFNT_ULONG ttcTag
 
SK_OT_Fixed version
 
SK_OT_ULONG numOffsets
 

Static Public Attributes

static const SK_OT_CHAR TAG0 = 't'
 
static const SK_OT_CHAR TAG1 = 't'
 
static const SK_OT_CHAR TAG2 = 'c'
 
static const SK_OT_CHAR TAG3 = 'f'
 
static const SK_OT_ULONG TAG = SkOTTableTAG<SkTTCFHeader>::value
 
static const SK_OT_Fixed version_1 = SkTEndian_SwapBE32(1 << 16)
 
static const SK_OT_Fixed version_2 = SkTEndian_SwapBE32(2 << 16)
 

Detailed Description

Definition at line 25 of file SkFontStream.cpp.

Member Data Documentation

◆ fNumOffsets

uint32_t SkTTCFHeader::fNumOffsets

Definition at line 28 of file SkFontStream.cpp.

◆ fOffset0

uint32_t SkTTCFHeader::fOffset0

Definition at line 29 of file SkFontStream.cpp.

◆ fTag

uint32_t SkTTCFHeader::fTag

Definition at line 26 of file SkFontStream.cpp.

◆ fVersion

uint32_t SkTTCFHeader::fVersion

Definition at line 27 of file SkFontStream.cpp.

◆ numOffsets

SK_OT_ULONG SkTTCFHeader::numOffsets

Definition at line 28 of file SkTTCFHeader.h.

◆ TAG

const SK_OT_ULONG SkTTCFHeader::TAG = SkOTTableTAG<SkTTCFHeader>::value
static

Definition at line 22 of file SkTTCFHeader.h.

◆ TAG0

const SK_OT_CHAR SkTTCFHeader::TAG0 = 't'
static

Definition at line 18 of file SkTTCFHeader.h.

◆ TAG1

const SK_OT_CHAR SkTTCFHeader::TAG1 = 't'
static

Definition at line 19 of file SkTTCFHeader.h.

◆ TAG2

const SK_OT_CHAR SkTTCFHeader::TAG2 = 'c'
static

Definition at line 20 of file SkTTCFHeader.h.

◆ TAG3

const SK_OT_CHAR SkTTCFHeader::TAG3 = 'f'
static

Definition at line 21 of file SkTTCFHeader.h.

◆ ttcTag

SK_SFNT_ULONG SkTTCFHeader::ttcTag

Definition at line 17 of file SkTTCFHeader.h.

◆ version

SK_OT_Fixed SkTTCFHeader::version

Definition at line 24 of file SkTTCFHeader.h.

◆ version_1

const SK_OT_Fixed SkTTCFHeader::version_1 = SkTEndian_SwapBE32(1 << 16)
static

Definition at line 25 of file SkTTCFHeader.h.

◆ version_2

const SK_OT_Fixed SkTTCFHeader::version_2 = SkTEndian_SwapBE32(2 << 16)
static

Definition at line 26 of file SkTTCFHeader.h.


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