Searched defs:font_size_table (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dstyle-internal.cpp1901 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 Dstyle-internal.h1009 static float const font_size_table[]; member in class:SPIFontSize
H A Dstyle.cpp1456 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