aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogamp/graph/font
Commit message (Collapse)AuthorAgeFilesLines
* Import: Ubuntu Font Family 0.71.2, http://font.ubuntu.com/ - Ubuntu Font ↵Sven Gothel2011-03-3015-0/+529
| | | | License, Version 1.0 http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt
* Font Refactoring ; Misc Changes ; Demo/Test UpdateSven Gothel2011-03-308-171/+357
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Font Refactoring - Notion of distributed FontSet - FontFactory may produce FontSet and/or a Font by absolute ttf file path - Adding support for free Ubuntu fonts - Remove Vertex.Factory dependency for Font creation - Typecast Impl - Fix CmapTable selection - Fix horizontal spacing of space - Misc Changes - HwTextRenderer - Offer reshape for perspective and orthogonal view - Expose PMVMatrix, allowing user to setup their own view math. Demo Update - Dump font set a-zA-Z... - Dump 'lazy dog ..' text - Action: - s: toogle 'font set' - f: toggle fps - v: toggle v-sync - space: toggle font (ubuntu/java) - formated screenshot filename w/ font name Test Update: - add font set iteration
* Refactor / Use font name as file path, if not a java fontSven Gothel2011-03-291-0/+3
|
* Fix: remove TTF importsRami Santina2011-03-281-2/+0
|
* Font: Make font instances size agnostic (remove all size states), size is ↵Sven Gothel2011-03-266-163/+172
| | | | only a render time parameter. Add missing bounds/width/height queries to TypecastFont
* Common demo gllistener for text; Cleanup HwTextRenderer: Use GL as parameter ↵Sven Gothel2011-03-261-3/+0
| | | | (matching API), only update data if necessary (uniform), hold data in GLUniform
* Refactored Vertex Point PointTex GraphPoint namingsRami Santina2011-03-253-12/+12
| | | | | | Vertex class --> SVertex (Simple vertex wwhere memory impl is float[]) Point interface --> Vertex (which combines in it PointTex Interface) GraphPoint --> GraphVertex
* Make com.jogamp.graph.geom.plane non public: jogamp.graph.geom.plane, this ↵Sven Gothel2011-03-254-8/+57
| | | | incl. creating the non public FontInt interface for Path2D access
* Add generic Font and impl TypecastFont.Sven Gothel2011-03-256-0/+872