graphicsdeviceinterface/bitgdi/sbit/FONTBMP.CPP
changeset 187 9f66f99ee56f
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
    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;