Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Font meta-family, multiple styles, for Japanese, English, and Korean, made with Metafont. Full coverage of hiragana, katakana, hangul, and Latin. Partial coverage of grade-school kanji. Also includes IDSgrep, a tool for querying kanji databases by partial layout, like a more advanced version of the ... [More] popular "radical search." Includes code to generate dictionaries from Tsukurimashou, KanjiVG, and EDICT2. 作りましょうは、Metafontで作った日本語と英語と韓国語のフォントファミリ。カバレッジはぜんぶのひらがなとカタカナとハングルとLatin。第2年の教育漢字と半の第3年の教育漢字。予定は、ぜんぶの常用漢字です。明朝、ゴシック、外のスタイル。その上、IDSgrepあります。漢字の探すツール。『作りましょう』や『KanjiVG』や『EDICT2』から辞典の抽出ができます。 [Less]

0
 
  0 reviews  |  1 user  |  67,679 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

Holly Gtk Widgets - A free library of .NET/GTK# widgetsFor the use of HollyLibrary.dll you will need:mono >= 1.9 gtk-sharp, gtk-dotnet,gdk-sharp, pango-sharp >= 2.10 mono.cairo >= 2.0 System.Drawing >= 2.0 Download the latest build from here:HollyLibrary.dll Download the ... [More] demo app from here:demo.tar Featured widgets (with screen shots): Widget Short description HFontPicker A office like font picker widget HDateEdit A date-time picker supporting custom formatting options HSimpleList A simple list widget, inspired by the Winforms Listbox control ( has the nice Items collection, the OwnerDrawn property and the OnMeasureItem, OnDrawItem events ). HSimpleComboBox A simple combobox widget, inspired by the Winforms Combobox control HRegExEntry A simple entry with regular expressions validation. Has a small icon that changes if the content is valid or invalid. HColorPicker A simple color picker drop-down ( office like ) HToolTip A nice ballon tooltip window HIpEntry A widget that alows the user to enter an IPv4 address HTreeView A simple to use TreeView widget, similar to the winforms one HComboTree A easy to use combobox with a treeview ( HTreeView ) inside HComboFolder A combobox widget with a folder tree popup HColorPickerWidget - HColorPickerDialog A adobe photoshop like color picker widget / dialog. HLabel A label widget with text position and icon position properties HImageCheckBox A checkbox widget with custom icons and text position properties Some utility classes: CairoUtil GraphUtil GrabUtil WinUtil In the futureCurrent TODO list is here. AttentionFor win32 users: Library is not tested on win32 systems, but theoretically it should work. Screenshot of MonoDevelop toolbox [Less]

0
 
  0 reviews  |  0 users  |  16,674 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

本软件用于提取各种字体的点阵字模适合用于嵌入式开发产生点阵LED、LCD汉字字模。 任意大小文字点阵(对于过大的字模将消耗大量系统资源) 所有Windows字体设置 文字大小调整 文字位置调整 单个汉字字模生成 批量字模生成 ... [More] 横纵两种扫描方式生成数据 GB2312字符集的自动生成 从预定义的文本文件提取字模 自动从您系统需要的字符串中提出所有字符,并自动生成索引字符串 画图板功能可以从图片生成也可以手动绘制 如果您的系统还没有Microsoft .NET Framework请到这里先下载安装 [Less]

0
 
  0 reviews  |  0 users  |  7,558 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

使用OPENGL|ES在嵌入式 图形系统 中显示128个ASCII的2D纹理字符,使字符显示不受系统字库,函数库等束缚。 原GLFont的OPENGL的PC版本由Brad Fish维护,他的主页: http://students.cs.byu.edu/~bfish/glfont.php ... [More] 本人将尽所能移植此API到各个系统和平台中,因为本人从他的API中受益良多。 如有其他关于此API的使用建议,可以致信:gbaup_01@163.com glFont|ES is a WINCE program that creates a texture containing a range of characters in a specified font, and automatically generates texture coordinates for use in OpenGL|ES applications that need to display text. The font type is not limited to monospaced fonts; each character is displayed with correct spacing and size. Text is rendered by texture mapping specific characters onto OpenGL|ES quads. It is quite possible and easy to modify the color, size, position of the text quads using standard OpenGL|ES functions. It is also quite possible to load as many different fonts as you wish, and use them whenever you please. DennisZhangX发表的评论 谢谢,正需要这方面的东西 时间:2009-08-22 12:54:52 lemon08发表的评论 非常好...谢谢 时间:2009-08-22 10:44:39 lxhlgm发表的评论 此连接提供的资料很好 时间:2009-08-18 14:52:24 [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

Collection of platform independent C++ libraries for computer graphics, digital audio, video playback, font rendering, concurrent programming, networking, linear algebra, and XML serialization.

0
 
  0 reviews  |  0 users  |  98,351 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Introductionezgdi aims to provide gdi++ alike advanced font rendering for 64-bit applications on Windows. This project is originated from gdi++, which depends on Detours. Detours is a great library, but it is not freely available for 64bit applications, which is the reason why gdi++ can't ... [More] render 64-bit application on amd64 version of Windows 7/Vista. Similar to Detours, EasyHook also provides Windows API hooking feature, which is essential to gdi++. And more importantly, EasyHook is an opensource project that supports 64-bit application. If we replace detours related codes in gdi++ source code with Easyhook equivalent ones, we can build a gdi++ DLL for x64 platform, which supports 64-bit applications. However, ezgdi is not the only project providing gdi++ alike font rendering for Windows. Other programs like: gdipp, and dwType also support 64-bit applications. You can also check these projects. ezgdi project is still in alpha test. It may cause application crash occasionally, or making system unbootable. Thus should only be used for testing purpose. Download and Test More Information 介绍ezgdi项目目的是为64位应用提供类似gdi++的字体渲染功能. 本项目源自gdi++. gdi++中核心的操作系统API替换功能依赖于detours库. 由于detours库的64位版本不免费向公众提供, 导致gdi++不能渲染amd64版本Windows 7/vista下的64位应用. easyhook提供与detours类似的系统调用截获功能, 开源且支持amd64平台. 将gdi++对detours的依赖移植到easyhook上, 就可以编译出64位的gdi++动态连接库, 用于渲染64位程序. ezgdi项目仍然处在alpha测试中, 可能会引起程序崩溃, 甚至系统无法启动. 请注意不要在重要系统上安装. 下载并测试 更多信息 LicenseThis project is released under both FreeType license and GPLv3, according to gnu website, these two licenses are compatible. [Less]

0
 
  0 reviews  |  0 users  |  13,839 lines of code  |  0 current contributors  |  Analyzed about 1 hour ago
 
 

Font Browser is an efficient help for graphic designers that have many fonts installed and have problems getting the overview when trying to find a good font for a project. Font Browser helps you to browse your installed fonts and preview them with custom text, size or style. It also lets you browse ... [More] for folders containing TrueType Fonts and preview them without being installed. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

zogna个人程序 合集。这里只发布最后一个版本的程序包。 《zogmos》在LINUX终端中使用的模拟手机功能的程序集. 项目站点 http://code.google.com/p/zogmos/ 《zogdem》使用STRM DEM数据显示3D地形的程序. 项目站点 http://code.google.com/p/zogdem/ ... [More] 《glfontes》在嵌入式系统中用OPENGLES显示字体. 项目站点 http://code.google.com/p/glfontes/ 《zoga》3D图片浏览与编辑器. 项目站点 http://code.google.com/p/zoga/ 《zognc》NDS计算器 项目站点 http://code.google.com/p/zognc/ [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.