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

#include <SkPanose.h>

Classes

union  Data
 

Public Types

enum class  FamilyType : SK_OT_BYTE {
  Any = 0 , NoFit = 1 , TextAndDisplay = 2 , Script = 3 ,
  Decorative = 4 , Pictoral = 5
}
 

Public Attributes

enum SkPanose::FamilyType bFamilyType
 
union SkPanose::Data data
 

Detailed Description

Definition at line 15 of file SkPanose.h.

Member Enumeration Documentation

◆ FamilyType

enum class SkPanose::FamilyType : SK_OT_BYTE
strong
Enumerator
Any 
NoFit 
TextAndDisplay 
Script 
Decorative 
Pictoral 

Definition at line 17 of file SkPanose.h.

17 : SK_OT_BYTE {
18 Any = 0,
19 NoFit = 1,
21 Script = 3,
22 Decorative = 4,
23 Pictoral = 5,
uint8_t SK_OT_BYTE
enum SkPanose::FamilyType bFamilyType

Member Data Documentation

◆ bFamilyType

enum SkPanose::FamilyType SkPanose::bFamilyType

◆ data

union SkPanose::Data SkPanose::data

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