PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free!
Click here to download the new Pastebin App for iOS
.
Public Pastes
Untitled
6 sec ago
Untitled
9 sec ago
Untitled
14 sec ago
Untitled
16 sec ago
Untitled
16 sec ago
Untitled
21 sec ago
Untitled
25 sec ago
Untitled
26 sec ago
New Paste
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Info: xeffects thread: http://forums.gentoo.org/viewtopic-t-511382.html http://wiki.archlinux.org/index.php/XOrg_Font_Configuration http://antigrain.com/research/font_rasterization/index.html http://fontconfig.org/fontconfig-user.html --> <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. --> <selectfont> <rejectfont> <pattern> <patelt name="scalable"> <bool>false</bool> </patelt> </pattern> </rejectfont> </selectfont> <!-- Replace Luxi Sans with a better-looking font - looks terrible at e.g. http://market-ticker.org/ --> <match name="family" target="pattern"> <test name="family" qual="any"> <string>Luxi Sans</string> </test> <edit name="family" mode="assign"> <string>Liberation Sans</string> </edit> </match> <!-- Replace Courier with a better-looking font --> <match name="family" target="pattern"> <test name="family" qual="any"> <string>Courier</string> </test> <edit name="family" mode="assign"> <!-- Other choices - Andale Mono, Courier New, Luxi Mono, Bitstream Vera Sans Mono --> <string>Bitstream Vera Sans Mono</string> </edit> </match> <!-- Replace Courier New with a better-looking font --> <match name="family" target="pattern"> <test name="family" qual="any"> <string>Courier New</string> </test> <edit name="family" mode="assign"> <!-- Other choices - Andale Mono, Courier New, Luxi Mono, Bitstream Vera Sans Mono --> <string>Bitstream Vera Sans Mono</string> </edit> </match> <!-- To fix Calibri font - http://forums.fedoraforum.org/showthread.php?p=1045807#post1045807 --> <match target="font"> <edit name="embeddedbitmap" mode="assign"> <bool>false</bool> </edit> </match> <!-- Replace Calibri font - http://www.funtoo.org/css/article.css <match name="family" target="pattern"> <test name="family" qual="any"> <string>Calibri</string> </test> <edit name="family" mode="assign"> <string>Trebuchet MS</string> </edit> </match> --> <match target="pattern" name="family"> <test qual="any" name="family"><string>fixed</string></test> <edit name="family" mode="assign"><string>monospace</string></edit> </match> <!-- hintnone, hintslight, hintmedium, hintfull --> <!-- Keep autohint off --> <!-- Blurry fonts: Try rgb, bgr, vrgb, vbgr for "rgba" --> <!-- Blurry: http://forums.gentoo.org/viewtopic-p-5060979.html#5060979 --> <match target="font"> <edit name="rgba" mode="assign"><const>rgb</const></edit> <edit name="autohint" mode="assign"><bool>false</bool></edit> <edit name="antialias" mode="assign"><bool>true</bool></edit> <edit name="hinting" mode="assign"><bool>true</bool></edit> <edit name="hintstyle" mode="assign"><const>hintmedium</const></edit> </match> <!-- http://bbs.archlinux.org/viewtopic.php?id=46480 Rubbish font anyway --> <!-- <match target="pattern"> <test name="family" compare="eq"><string>ProggyCleanTTSZ</string></test> <edit name="pixelsize" mode="assign"><double>16</double></edit> <edit name="autohint" mode="assign"><bool>false</bool></edit> <edit name="antialias" mode="assign"><bool>false</bool></edit> <edit name="hinting" mode="assign"><bool>false</bool></edit> <edit name="hintstyle" mode="assign"><const>hintnone</const></edit> </match> --> <!-- The bold variant is ugly, so replace it <match target="pattern"> <test name="family" qual="any" compare="eq"><string>ProggyCleanTTSZ</string></test> <test name="weight" compare="more"><const>medium</const></test> <edit name="family" mode="assign"><string>Bitstream Vera Sans Mono</string></edit> <edit name="pixelsize" mode="assign"><double>10</double></edit> </match> --> <!-- Reduce hinting for bold fonts --> <match target="font"> <test name="weight" compare="more"><const>medium</const></test> <edit name="autohint" mode="assign"><bool>false</bool></edit> </match> <!-- Greyscale for small fonts --> <match target="font"> <test name="size" compare="less_eq"><double>7</double></test> <edit name="rgba"><const>none</const></edit> </match> <!-- From http://forums.gentoo.org/viewtopic-t-511382-start-650.html To create difference between small Candara and small Candara bold --> <match name="family" target="pattern"> <test name="family" qual="any"> <string>Candara</string> </test> <test compare="less_eq" name="size"> <double>10</double> </test> <test name="weight" compare="more"> <const>medium</const> </test> <edit name="embolden" mode="assign"> <bool>true</bool> </edit> </match> <!-- From http://www.fedoraforum.org/forum/showthread.php?t=186789&page=7 --> <match target="font"> <test compare="eq" name="family"> <string>Consolas</string> </test> <edit mode="assign" name="hintstyle"> <const>hintslight</const> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Inconsolata</string> </test> <edit mode="assign" name="hintstyle"> <const>hintslight</const> </edit> </match> <!-- From http://bugs.gentoo.org/show_bug.cgi?id=233729 --> <match target="font"> <test compare="eq" name="family"> <string>Andale Mono</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <test compare="less_eq" name="pixelsize"> <double>13</double> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Arial</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <test compare="less_eq" name="pixelsize"> <double>11</double> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Comic Sans MS</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <test compare="less_eq" name="pixelsize"> <double>9</double> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Courier New</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Georgia</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <test compare="less_eq" name="pixelsize"> <double>10</double> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Impact</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Times New Roman</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <test compare="less_eq" name="pixelsize"> <double>10</double> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Trebuchet MS</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <test compare="less_eq" name="pixelsize"> <double>10</double> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Verdana</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> <test compare="less" name="weight"> <const>medium</const> </test> <test compare="less_eq" name="pixelsize"> <double>10</double> </test> <edit mode="assign" name="antialias"> <bool>false</bool> </edit> </match> <match target="font"> <test compare="eq" name="family"> <string>Webdings</string> </test> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> </match> </fontconfig>
Optional Paste Settings
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
HTML 5
Java
JavaScript
Lua
None
Perl
PHP
Python
Rails
-------------
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
ActionScript
ActionScript 3
Ada
ALGOL 68
Apache Log
AppleScript
APT Sources
ASM (NASM)
ASP
autoconf
Autohotkey
AutoIt
Avisynth
Awk
BASCOM AVR
Bash
Basic4GL
BibTeX
Blitz Basic
BNF
BOO
BrainFuck
C
C for Macs
C Intermediate Language
C#
C++
C++ (with QT extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
ChaiScript
Clojure
Clone C
Clone C++
CMake
COBOL
CoffeeScript
ColdFusion
CSS
Cuesheet
D
DCS
Delphi
Delphi Prism (Oxygene)
Diff
DIV
DOS
DOT
E
ECMAScript
Eiffel
Email
EPC
Erlang
F#
Falcon
FO Language
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
Game Maker
GDB
Genero
Genie
GetText
Go
Groovy
GwBasic
Haskell
HicEst
HQ9 Plus
HTML
HTML 5
Icon
IDL
INI file
Inno Script
INTERCAL
IO
J
Java
Java 5
JavaScript
jQuery
KiXtart
Latex
Liberty BASIC
Linden Scripting
Lisp
LLVM
Loco Basic
Logtalk
LOL Code
Lotus Formulas
Lotus Script
LScript
Lua
M68000 Assembler
MagikSF
Make
MapBasic
MatLab
mIRC
MIX Assembler
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MPASM
MXML
MySQL
newLISP
None
NullSoft Installer
Oberon 2
Objeck Programming Langua
Objective C
OCalm Brief
OCaml
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
Pascal
PAWN
PCRE
Per
Perl
Perl 6
PHP
PHP Brief
Pic 16
Pike
Pixel Bender
PL/SQL
PostgreSQL
POV-Ray
Power Shell
PowerBuilder
ProFTPd
Progress
Prolog
Properties
ProvideX
PureBasic
PyCon
Python
q/kdb+
QBasic
R
Rails
REBOL
REG
Robots
RPM Spec
Ruby
Ruby Gnuplot
SAS
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
SQL
SystemVerilog
T-SQL
TCL
Tera Term
thinBasic
TypoScript
Unicon
UnrealScript
Vala
VB.NET
VeriLog
VHDL
VIM
Visual Pro Log
VisualBasic
VisualFoxPro
WhiteSpace
WHOIS
Winbatch
XBasic
XML
Xorg Config
XPP
YAML
Z80 Assembler
ZXBasic
Paste Expiration:
Never
10 Minutes
1 Hour
1 Day
1 Month
Paste Exposure:
Public
Unlisted
Private (members only)
Paste Name / Title:
Hello
Guest
Sign Up
or
Login
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login