FastUIDraw
|
GlyphGenerateParams encapsulates values to determine how glyphs are to be produced. These values cannot be changed if there are any FontBase derived objects alive. More...
Functions | |
float | banded_rays_average_number_curves_thresh (void) |
enum return_code | banded_rays_average_number_curves_thresh (float v) |
enum return_code | banded_rays_max_recursion (unsigned int v) |
unsigned int | banded_rays_max_recursion (void) |
float | distance_field_max_distance (void) |
enum return_code | distance_field_max_distance (float v) |
enum return_code | distance_field_pixel_size (unsigned int v) |
unsigned int | distance_field_pixel_size (void) |
int | restricted_rays_max_recursion (void) |
enum return_code | restricted_rays_max_recursion (int v) |
float | restricted_rays_minimum_render_size (void) |
enum return_code | restricted_rays_minimum_render_size (float v) |
enum return_code | restricted_rays_split_thresh (int v) |
int | restricted_rays_split_thresh (void) |
GlyphGenerateParams encapsulates values to determine how glyphs are to be produced. These values cannot be changed if there are any FontBase derived objects alive.
!