|
Pepper_31_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_FontDescription_Dev |
| struct | PP_FontMetrics_Dev |
| struct | PP_TextRun_Dev |
| struct | PPB_Font_Dev_0_6 |
Macros | |
| #define | PPB_FONT_DEV_INTERFACE_0_6 "PPB_Font(Dev);0.6" |
| #define | PPB_FONT_DEV_INTERFACE PPB_FONT_DEV_INTERFACE_0_6 |
Typedefs | |
| typedef struct PPB_Font_Dev_0_6 | PPB_Font_Dev |
Enumerations | |
| enum | PP_FontFamily_Dev { PP_FONTFAMILY_DEFAULT = 0, PP_FONTFAMILY_SERIF = 1, PP_FONTFAMILY_SANSSERIF = 2, PP_FONTFAMILY_MONOSPACE = 3 } |
| enum | PP_FontWeight_Dev { PP_FONTWEIGHT_100 = 0, PP_FONTWEIGHT_200 = 1, PP_FONTWEIGHT_300 = 2, PP_FONTWEIGHT_400 = 3, PP_FONTWEIGHT_500 = 4, PP_FONTWEIGHT_600 = 5, PP_FONTWEIGHT_700 = 6, PP_FONTWEIGHT_800 = 7, PP_FONTWEIGHT_900 = 8, PP_FONTWEIGHT_NORMAL = PP_FONTWEIGHT_400, PP_FONTWEIGHT_BOLD = PP_FONTWEIGHT_700 } |
This file defines the PPB_Font_Dev interface.
Definition in file ppb_font_dev.h.
| #define PPB_FONT_DEV_INTERFACE PPB_FONT_DEV_INTERFACE_0_6 |
Definition at line 22 of file ppb_font_dev.h.
| #define PPB_FONT_DEV_INTERFACE_0_6 "PPB_Font(Dev);0.6" |
Definition at line 21 of file ppb_font_dev.h.
1.8.6