| 297 | |
| 298 | protected: |
| 299 | void set(const ::Font& font) { |
| 300 | baseSize = font.baseSize; |
| 301 | glyphCount = font.glyphCount; |
| 302 | glyphPadding = font.glyphPadding; |
| 303 | texture = font.texture; |
| 304 | recs = font.recs; |
| 305 | glyphs = font.glyphs; |
| 306 | } |
| 307 | }; |
| 308 | } // namespace raylib |
| 309 |
nothing calls this directly
no outgoing calls
no test coverage detected