Bug 1091

Summary: Graph FontFactory: Add method allowing Font loading via InputStream
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: graphAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement CC: rami.santina, sgothel
Priority: ---    
Version: 2.3.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
628509b39ea7c16210315d191860511d6be4aa69 bd24599b21f9787ac989e65b44dc1ba762162f22 49421eac80d812e52ec1eb40e88a38f10707610f 84c0dcd490cc0bc0037351d899be811e830ab3fe
Workaround: ---

Description Sven Gothel 2014-10-09 06:39:16 CEST
Add versatile factory method allowing loading a Font using 
  - InputStream (must be copied to have BufferedInputStream w/ mark/reset)
  - InputStream + Font Length in stream (no copy required)
Comment 1 Sven Gothel 2014-10-09 06:41:24 CEST
628509b39ea7c16210315d191860511d6be4aa69
  Added possibility to load font using InputStream parameter

bd24599b21f9787ac989e65b44dc1ba762162f22
  Refine Graph/Font InputStream Capabilities

49421eac80d812e52ec1eb40e88a38f10707610f
  FontFactory: Fix SecurityException as regression
Comment 2 Sven Gothel 2014-10-09 06:43:42 CEST
84c0dcd490cc0bc0037351d899be811e830ab3fe
  Graph Font: Fix API doc (parameter)