Searched defs:font_size_table (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | style-internal.cpp | 1901 float const SPIFontSize::font_size_table[] = {6.0, 8.0, 10.0, 12.0, 14.0, 18.0, 24.0}; member in class:SPIFontSize 1994 computed = font_size_table[ literal ]; 2084 //g_assert( literal < G_N_ELEMENTS(font_size_table) ); 2085 g_assert( computed == font_size_table[literal] );
|
H A D | style-internal.h | 1009 static float const font_size_table[]; member in class:SPIFontSize
|
H A D | style.cpp | 1456 static float const font_size_table[] = {6.0, 8.0, 10.0, 12.0, 14.0, 18.0, 24.0}; variable
|
Completed in 32 milliseconds