branch | RCL_3 |
changeset 164 | 25ffed67c7ef |
parent 163 | bbf46f59e123 |
163:bbf46f59e123 | 164:25ffed67c7ef |
---|---|
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 { |
|
69 CFbsFont::Reset(); |
68 CFbsFont::Reset(); |
70 } |
|
71 else |
69 else |
72 { |
70 { |
73 iAddressPointer = NULL; |
71 iAddressPointer = NULL; |
74 iHandle = 0; |
72 iHandle = 0; |
75 iServerHandle = 0; |
73 iServerHandle = 0; |