| Pepper_47_C_interfaces
    | 
#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"

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 } | 
This file defines the PPB_BrowserFont_Trusted interface. 
Definition in file ppb_browser_font_trusted.h.
| #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.
 1.8.6
 1.8.6