Bug 1091 - Graph FontFactory: Add method allowing Font loading via InputStream
Summary: Graph FontFactory: Add method allowing Font loading via InputStream
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: graph (show other bugs)
Version: 2.3.0
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2014-10-09 06:39 CEST by Sven Gothel
Modified: 2019-03-29 17:54 CET (History)
2 users (show)

See Also:
Type: FEATURE
SCM Refs:
628509b39ea7c16210315d191860511d6be4aa69 bd24599b21f9787ac989e65b44dc1ba762162f22 49421eac80d812e52ec1eb40e88a38f10707610f 84c0dcd490cc0bc0037351d899be811e830ab3fe
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)