graphicsdeviceinterface/bitgdi/sbit/FONTBMP.CPP
branchRCL_3
changeset 163 bbf46f59e123
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
    63 behaviour is the same as documented in that class.
    63 behaviour is the same as documented in that class.
    64 */
    64 */
    65 EXPORT_C void CFbsBitGcFont::Reset()
    65 EXPORT_C void CFbsBitGcFont::Reset()
    66 	{
    66 	{
    67 	if (!iCopy)
    67 	if (!iCopy)
       
    68 		{
    68 		CFbsFont::Reset();
    69 		CFbsFont::Reset();
       
    70 		}
    69 	else
    71 	else
    70 		{
    72 		{
    71 		iAddressPointer = NULL;
    73 		iAddressPointer = NULL;
    72 		iHandle = 0;
    74 		iHandle = 0;
    73 		iServerHandle = 0;
    75 		iServerHandle = 0;