| Pepper_47_C_interfaces
    | 
#include <ppb_browser_font_trusted.h>

| Public Attributes | |
| struct PP_Var | text | 
| PP_Bool | rtl | 
| PP_Bool | override_direction | 
Definition at line 138 of file ppb_browser_font_trusted.h.
| PP_Bool PP_BrowserFont_Trusted_TextRun::override_direction | 
Set to PP_TRUE to force the directionality of the text regardless of content
Definition at line 152 of file ppb_browser_font_trusted.h.
| PP_Bool PP_BrowserFont_Trusted_TextRun::rtl | 
Set to PP_TRUE if the text is right-to-left.
Definition at line 147 of file ppb_browser_font_trusted.h.
| struct PP_Var PP_BrowserFont_Trusted_TextRun::text | 
This var must either be a string or a null/undefined var (which will be treated as a 0-length string).
Definition at line 143 of file ppb_browser_font_trusted.h.
 1.8.6
 1.8.6