| 101 | } |
| 102 | |
| 103 | const Font CtrlrPanelResource::asFont() |
| 104 | { |
| 105 | MemoryBlock tempData; |
| 106 | resourceDataFile.loadFileAsData (tempData); |
| 107 | return (Font (Typeface::createSystemTypefaceFor (tempData.getData(), tempData.getSize()))); |
| 108 | } |
| 109 | |
| 110 | const XmlElement *CtrlrPanelResource::asXml() |
| 111 | { |
no test coverage detected