Pepper_47_C_interfaces
Public Attributes | List of all members
PP_BrowserFont_Trusted_TextRun Struct Reference

#include <ppb_browser_font_trusted.h>

Collaboration diagram for PP_BrowserFont_Trusted_TextRun:
Collaboration graph

Public Attributes

struct PP_Var text
 
PP_Bool rtl
 
PP_Bool override_direction
 

Detailed Description

Definition at line 138 of file ppb_browser_font_trusted.h.

Member Data Documentation

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.


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