Description
PSCTrueTypeBitmap function returns the pointer to the "TT" picture for displaying it in the font box for the TrueType fonts. PSCTrueTypeBitmap uses internal variable for storing TBitmap. When user calls to PSCTrueTypeBitmap the first time then PSCTrueTypeBitmap creates this variable and loads picture from the resource file. Next times the PSCTrueTypeBitmap returns a pointer on this variable. Returned value is TBitmap object.