| 116 | GlyphIndex::GlyphIndex(unsigned index) : index(index) { } |
| 117 | |
| 118 | unsigned GlyphIndex::getIndex() const { |
| 119 | return index; |
| 120 | } |
| 121 | |
| 122 | FreetypeHandle *initializeFreetype() { |
| 123 | FreetypeHandle *handle = new FreetypeHandle; |
no outgoing calls
no test coverage detected