From 6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 29 Nov 2018 00:03:00 +0100 Subject: fonts --- app/class/controllerfont.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/class/controllerfont.php (limited to 'app/class/controllerfont.php') diff --git a/app/class/controllerfont.php b/app/class/controllerfont.php new file mode 100644 index 0000000..29064d2 --- /dev/null +++ b/app/class/controllerfont.php @@ -0,0 +1,33 @@ +fontmanager = new Modelfont(); + + } + + public function desktop() + { + var_dump($this->fontmanager->getfontlist()); + } + + public function render() + { + $this->fontmanager->renderfontface(); + $this->routedirect('font'); + } + + public function addfont() + { + + } +} + + +?> \ No newline at end of file -- cgit v1.2.3