Searched refs:fontSize (Results 1 – 2 of 2) sorted by relevance
71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl() argument73 : fontSize_(fontSize), lineHeight_(lineHeight), text_(text), in LabelImpl()77 pxs fontSize() const { return fontSize_; } in fontSize() function
37 error = face.setCharSizeInPix(fontSize()); in draw()