Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
ruby-ttfunk /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
README.md
1.04
KB
-rw-r--r--
changelog.Debian.gz
895
B
-rw-r--r--
changelog.gz
848
B
-rw-r--r--
copyright
6.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# TTFunk  TTFunk is a TrueType font parser written in pure ruby. ## Installation The recommended installation method is via Rubygems. gem install ttfunk ## Usage Basic usage: require 'ttfunk' file = TTFunk::File.open("some/path/myfont.ttf") puts "name : #{file.name.font_name.join(', ')}" puts "ascent : #{file.ascent}" puts "descent : #{file.descent}" For more detailed examples, explore the examples directory. ## Licensing Matz's terms for Ruby, GPLv2, or GPLv3. See LICENSE for details. ## Authorship This project is maintained by the same folks who run the Prawn PDF project. You can find the full list of Github users who have at least one patch accepted to ttfunk at: https://github.com/prawnpdf/ttfunk/contributors ## Mailing List TTFunk is maintained as a dependency of Prawn, the ruby PDF generation library. Any questions or feedback should be sent to the Prawn google group. https://groups.google.com/group/prawn-ruby
Close