Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14839498
D7815.id17683.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
644 B
Referenced Files
None
Subscribers
None
D7815.id17683.diff
View Options
Index: src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterFiglet.php
===================================================================
--- src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterFiglet.php
+++ src/infrastructure/markup/interpreter/PhabricatorRemarkupBlockInterpreterFiglet.php
@@ -13,7 +13,8 @@
pht('Unable to locate the `figlet` binary. Install figlet.'));
}
- $future = id(new ExecFuture('figlet'))
+ $font = idx($argv, 'font', 'standard');
+ $future = id(new ExecFuture('figlet -f %s', $font))
->setTimeout(15)
->write(trim($content, "\n"));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 11:19 PM (21 h, 24 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7083056
Default Alt Text
D7815.id17683.diff (644 B)
Attached To
Mode
D7815: Enable figlet to render text using custom fonts
Attached
Detach File
Event Timeline
Log In to Comment