mirror of
https://github.com/SleepingInsomniac/pixelfaucet
synced 2025-02-02 20:45:54 +01:00
Add more characters to pf-font
This commit is contained in:
parent
09196b6542
commit
bf2fcaef58
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 1,017 B After Width: | Height: | Size: 1 KiB |
|
@ -10,7 +10,7 @@ module PF
|
|||
|
||||
def initialize(path : String, @char_width : Int32 = 7, @char_height : Int32 = 8, mapping : String? = nil)
|
||||
super(path)
|
||||
@chars = mapping || "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!?().,/\\[]{}$#+-“”‘’'\"@"
|
||||
@chars = mapping || "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!?().,/\\[]{}$#+-“”‘’'\"@=><_"
|
||||
end
|
||||
|
||||
def color(pixel : Pixel)
|
||||
|
|
Loading…
Add table
Reference in a new issue