Searched refs:fontSize (Results 26 - 28 of 28) sorted by relevance

12

/haiku/src/servers/app/
H A DDrawState.cpp286 info.fontSize = fFont.Size();
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h435 float fontSize; member in struct:NSVGattrib
800 case NSVG_UNITS_EM: return c.value * attr->fontSize;
801 case NSVG_UNITS_EX: return c.value * attr->fontSize * 0.52f; // x-height of Helvetica.
1769 attr->fontSize = nsvg__parseCoordinate(p, value, 0.0f, nsvg__actualLength(p));
/haiku/src/kits/interface/
H A DView.cpp296 font.SetSize(info.fontSize);

Completed in 62 milliseconds

12