Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Topics | |
Implementing Right-To-Left Layout |
Classes | |
class | eve_t |
Eve engine. More... | |
class | layout_attributes_t |
Layout data interface from the client to the engine. More... | |
class | layout_attributes_t::slice_t |
placeable object geometry for a single orientation of layout_attributes_t. More... | |
class | place_data_t |
Layout data interface from the engine to the client. More... | |
class | place_data_t::slice_t |
Element geometry for a single orientation of place_data_t. More... |
Functions | |
void | set_margin (layout_attributes_t &container, int x) |
void set_margin | ( | adobe::layout_attributes_t & | container, |
int | x ) |
Quick way of setting every margin in a container to a single size.
container | geography for a container |
x | value to which the margins should be set |