Method: GetTransShadow FullName: CLabelUI::GetTransShadow Access: public Returns: int Qualifier: Note:
| 410 | // Note: |
| 411 | //************************************ |
| 412 | int CLabelUI::GetTransShadow() |
| 413 | { |
| 414 | try |
| 415 | { |
| 416 | return m_TransShadow; |
| 417 | } |
| 418 | catch (...) |
| 419 | { |
| 420 | throw "CLabelUI::GetTransShadow"; |
| 421 | } |
| 422 | } |
| 423 | |
| 424 | //************************************ |
| 425 | // Method: SetTextRenderingHintAntiAlias |
nothing calls this directly
no outgoing calls
no test coverage detected