All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by font with all dependencies

Search JAR files by class name

pcfi from group com.adobe.pdf (version 2010.08.09)

Collection of PDF core font information files downloaded from Adobe's Developer Center and elsewhere. This collection contains font metrics for the 14 PDF core fonts, CMaps for the PDF CJK fonts and the Adobe Glyph List. The files are stored inside the com/adobe/pdf/pcfi directory. See the individual files for exact licensing information and META-INF/LICENSE.txt for a summary.

Group: com.adobe.pdf Artifact: pcfi
Show all versions 
 

29 downloads
Artifact pcfi
Group com.adobe.pdf
Version 2010.08.09
Last update 09. August 2010
Organization not specified
URL http://www.adobe.com/devnet/font/#pcfi
License Multiple licenses, see META-INF/LICENSE.txt
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dhtmlx-grid-pdf from group com.hynnet (version 1.0.5)

DHtmlx Grid Export to Excel servlet jar. Need download "Adobe Acrobat Reader DC Font Pack (Continuous)" file FontPack1500720033_XtdAlf_Lang_DC.msi from http://www.adobe.com/support/downloads/detail.jsp?ftpID=5877 or http://download.csdn.net/download/jiaoxiaogu/9539196 and install it.

Group: com.hynnet Artifact: dhtmlx-grid-pdf
Show all versions Show documentation Show source 
 

6 downloads
Artifact dhtmlx-grid-pdf
Group com.hynnet
Version 1.0.5
Last update 05. April 2019
Organization not specified
URL http://docs.dhtmlx.com/grid__data_export.html
License GNU Lesser General Public License
Dependencies amount 2
Dependencies pdf-j, slf4j-api,
There are maybe transitive dependencies!

DynamicJasper-core-fonts from group ar.com.fdvs (version 2.1)

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. This dependency provides basic ttf font files to be used along with DynamicJasper This packages requires JasperReports 6.3.1 or newer http://dynamicjasper.com

Group: ar.com.fdvs Artifact: DynamicJasper-core-fonts
Show all versions Show source 
 

47 downloads
Artifact DynamicJasper-core-fonts
Group ar.com.fdvs
Version 2.1
Last update 06. March 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-core-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

DynamicJasper-test-fonts from group ar.com.fdvs (version 2.0.0)

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. This dependency provides basic ttf font files to be used along with DynamicJasper. This packages requires JasperReports 6.3.1 or newer http://dynamicjasper.com

Group: ar.com.fdvs Artifact: DynamicJasper-test-fonts
Show all versions Show source 
 

4 downloads
Artifact DynamicJasper-test-fonts
Group ar.com.fdvs
Version 2.0.0
Last update 21. May 2019
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-test-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jface from group org.floggy.3rd.org.eclipse (version 3.3.2.M20080207-0800)

JFace is a UI toolkit with classes for handling many common UI programming tasks. JFace is window-system-independent in both its API and implementation, and is designed to work with SWT without hiding it. JFace includes the usual UI toolkit components of image and font registries, text, dialog, preference and wizard frameworks, and progress reporting for long running operations. Two of its more interesting features are actions and viewers. The action mechanism allows user commands to be defined independently from their exact whereabouts in the UI. Viewers are model based adapters for certain SWT widgets, simplifying the presentation of application data structured as lists, tables or trees.

Group: org.floggy.3rd.org.eclipse Artifact: jface
Show documentation Show source 
 

5 downloads
Artifact jface
Group org.floggy.3rd.org.eclipse
Version 3.3.2.M20080207-0800
Last update 10. January 2011
Organization not specified
URL http://wiki.eclipse.org/JFace
License Eclipse Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tagmycode-netbeans from group com.tagmycode (version 2.3.0)

Provides the support for <a href="https://tagmycode.com">TagMyCode</a>. This plugin allows you to manage your own snippets.<br/> <br/> Features:<br/> * Add snippets: you can save your code snippets including description, language, and tags<br/> * List snippets (CRUD): snippets are stored locally and you can filter, sort, create, modify, edit or delete them directly from the IDE<br/> * Quick search: you can search your snippets and insert them directly into the document<br/> <br/> CHANGELOG:<br/> <br/> 2.3.0 (released 2020-07-26)<br/> * published plugin into Apache NetBeans Plugin Portal<br/> * filter snippets by languages<br/> <br/> 2.2.1 (released 2018-01-10)<br/> * Quick Search dialog is now resizable</br> * fixed syntax highlight for PHP and HTML</br> * if refresh token is not valid user will be automatically logged out</br> </br> 2.2.0 (released 2017-11-06)<br/> * snippets management works in offline mode<br/> * autodetect language on new snippet<br/> * added settings dialog with editor theme and font size option<br/> * added title and description to snippet view<br/> * changed open browser class<br/> * text can be dragged into table to create a new snippet<br/> * snippets can be dragged directly into editor and the code are copied<br/> * added "save as file" feature<br/> * added "clone snippet" feature<br/> * added "snippet properties" dialog<br/> * detect binary file<br/> <br/> 2.1.0 (released 2017-04-24)<br/> * moved error messages from dialog to Netbeans Notification Log<br/> * added welcome panel<br/> * about dialog shows plugin version and framework version<br/> * moved storage from JSON to SQL<br/> <br/> 2.0 (released 2016-07-11)<br/> * new user interface<br/> * list of snippets stored locally<br/> * syntax highlight powered by <a href="http://bobbylight.github.io/RSyntaxTextArea/">RSyntaxTextArea</a><br/> * snippets are synchronized with server<br/> * filter snippets<br/> * quick search feature<br/> * insert selected snippet at cursor in document<br/> <br/> 1.1.3 (released 2015-12-18)<br/> * Fix for NetBeans 8.1<br/> <br/> 1.1.2 (released 2014-10-03)<br/> * Switched authentication from OAuth 1.0a to OAuth 2<br/> * Console write also snippet title when new snippet is created (thanks to bejoy)<br/> <br/> 1.1 (released 2014-08-19)<br/> * Added "Search snippets" feature<br/> * Fixed some minor bugs<br/> <br/> 1.0 (released 2014-04-14)<br/> * First release with feature "Create snippet"<br/>

Group: com.tagmycode Artifact: tagmycode-netbeans
Show documentation Show source 
 

0 downloads
Artifact tagmycode-netbeans
Group com.tagmycode
Version 2.3.0
Last update 06. September 2020
Organization not specified
URL https://tagmycode.com
License Apache License 2.0
Dependencies amount 18
Dependencies commons-lang3, rsyntaxtextarea, guava, org-netbeans-api-annotations-common, org-openide-awt, org-netbeans-modules-settings, org-openide-dialogs, org-netbeans-modules-editor, org-netbeans-modules-keyring, org-openide-nodes, org-openide-util, org-openide-loaders, org-openide-windows, org-openide-util-ui, org-openide-text, org-netbeans-api-progress, log4j, tagmycode-plugin-framework,
There are maybe transitive dependencies!



Page 27 from 27 (items total 266)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy