Continue adding opengl font support.
This commit is contained in:
parent
649079a5c7
commit
eef93efc29
37 changed files with 530 additions and 157 deletions
|
@ -1,9 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "IFont.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <stdint.h>
|
||||
#include "IFont.h"
|
||||
|
||||
class TrueTypeFont : public IFont
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue