Sets the size of the given typeface.
SetTypefaceSize( Typeface.i, Size.f [, Mode.i] )
TypefaceThe number of the typeface. SizeThe new size in relative units to the original typeface size or in absolute pixel, dependent of the given mode. ModeThe mode of the size:
#PB_RelativeThe size is in relative units to the original typeface. #PB_AbsoluteThe size is in absolute pixels
None