Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_browser_font_trusted.h File Reference
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_browser_font_trusted.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PP_BrowserFont_Trusted_Description
 
struct  PP_BrowserFont_Trusted_Metrics
 
struct  PP_BrowserFont_Trusted_TextRun
 
struct  PPB_BrowserFont_Trusted_1_0
 

Macros

#define PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0   "PPB_BrowserFont_Trusted;1.0"
 
#define PPB_BROWSERFONT_TRUSTED_INTERFACE   PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0
 

Typedefs

typedef struct
PPB_BrowserFont_Trusted_1_0 
PPB_BrowserFont_Trusted
 

Enumerations

enum  PP_BrowserFont_Trusted_Family { PP_BROWSERFONT_TRUSTED_FAMILY_DEFAULT = 0, PP_BROWSERFONT_TRUSTED_FAMILY_SERIF = 1, PP_BROWSERFONT_TRUSTED_FAMILY_SANSSERIF = 2, PP_BROWSERFONT_TRUSTED_FAMILY_MONOSPACE = 3 }
 
enum  PP_BrowserFont_Trusted_Weight {
  PP_BROWSERFONT_TRUSTED_WEIGHT_100 = 0, PP_BROWSERFONT_TRUSTED_WEIGHT_200 = 1, PP_BROWSERFONT_TRUSTED_WEIGHT_300 = 2, PP_BROWSERFONT_TRUSTED_WEIGHT_400 = 3,
  PP_BROWSERFONT_TRUSTED_WEIGHT_500 = 4, PP_BROWSERFONT_TRUSTED_WEIGHT_600 = 5, PP_BROWSERFONT_TRUSTED_WEIGHT_700 = 6, PP_BROWSERFONT_TRUSTED_WEIGHT_800 = 7,
  PP_BROWSERFONT_TRUSTED_WEIGHT_900 = 8, PP_BROWSERFONT_TRUSTED_WEIGHT_NORMAL = PP_BROWSERFONT_TRUSTED_WEIGHT_400, PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD = PP_BROWSERFONT_TRUSTED_WEIGHT_700
}
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_BrowserFont_Trusted_Family, 4)
 
 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_BrowserFont_Trusted_Weight, 4)
 
 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_BrowserFont_Trusted_Description, 48)
 
 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_BrowserFont_Trusted_Metrics, 20)
 
 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_BrowserFont_Trusted_TextRun, 24)
 

Detailed Description

This file defines the PPB_BrowserFont_Trusted interface.

Definition in file ppb_browser_font_trusted.h.

Macro Definition Documentation

#define PPB_BROWSERFONT_TRUSTED_INTERFACE   PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0

Definition at line 24 of file ppb_browser_font_trusted.h.

#define PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0   "PPB_BrowserFont_Trusted;1.0"

Definition at line 23 of file ppb_browser_font_trusted.h.