Giter VIP home page Giter VIP logo

chronolabs-cooperative / oe4-fonttype-example Goto Github PK

View Code? Open in Web Editor NEW
1.0 7.0 0.0 20.78 MB

This is a file generator for the OE4 Font File Type, with multiple character sets storage, as well as 3d for holographics + brails

Home Page: http://oe4.snails.email

License: GNU General Public License v3.0

PHP 47.44% CSS 52.35% HTML 0.20%
font fonts generator holographic holography hologram braille braille-characters braille-alphabet braille-symbols

oe4-fonttype-example's Introduction

Chronolabs Cooperative presents

OE4 Font File Type Generator Example

Version: 1.0.2 (stable)

by. Dr. Simon Antony Roberts (Sydney) [email protected]

The font file type OE4 File Format Generation Example

Foreword

The font file type OE4 File Format Generation Example is a group of PHP and control data files that allows for a generation of an *.EO4 Font file which supports multiple character sets as well as character types as well as: 2D, 3D, Holography & Braille!

This example of files will guide you in reading as well as utilising this font format so you can have a congruent workflow in text and the displaying of text on your websites!

Environmental Settings/Configurations

You need to install the following on Ubuntu/Debian

$ apt-get install php-xml fontforge
$ service apache2 restart

Mod Rewrite (Short URLs)

You need to put this in the root of the projects .htaccess file

php_value memory_limit 32M
php_value upload_max_filesize 41M
php_value post_max_size 69M
php_value error_reporting 0
php_value display_errors 0

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^([a-z0-9]{2})/css/(.*?).css$ ./css.php?version=$1&key=$2 [L,NC,QSA]
RewriteRule ^([a-z0-9]{2})/font/(.*?).(pfa|pfb|pt3|t42|sfd|ttf|bdf|otf|otb|cff|cef|gai|woff|svg|ufo|pf3|ttc|gsf|cid|bin|hqx|dfont|mf|ik|fon|fnt|pcf|pmf|pdb|eot|afm)$ ./font.php?version=$1&key=$2&format=$3 [L,NC,QSA]

oe4-fonttype-example's People

Contributors

draroberts avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.