T
T
I need to generate, from a truetype (Unicode) font a
pattern of the font in a certain size. Basically to get a
"grid" of the font, best in a selected size.
There are examples here
http://czyborra.com/unifont/
but how to use scripts are not fully clear to me.
What I need is an outcome that is similar to
4E21:
----------------
----------------
-#############--
-------#--------
-------#--------
--###########---
--#----#----#---
--#-#--#--#-#---
--#-#--#--#-#---
--#-#--#--#-#---
--#-#--#--#-#---
--#-#######-#---
--#-#-----#-#---
--#---------#---
--#--------##---
----------------
... and to be able to generate this type of pattern for
any range of unicode characters, such as
0400 .. 04FF or similar.
Is there a script / module somewhere to do such thing ?
pattern of the font in a certain size. Basically to get a
"grid" of the font, best in a selected size.
There are examples here
http://czyborra.com/unifont/
but how to use scripts are not fully clear to me.
What I need is an outcome that is similar to
4E21:
----------------
----------------
-#############--
-------#--------
-------#--------
--###########---
--#----#----#---
--#-#--#--#-#---
--#-#--#--#-#---
--#-#--#--#-#---
--#-#--#--#-#---
--#-#######-#---
--#-#-----#-#---
--#---------#---
--#--------##---
----------------
... and to be able to generate this type of pattern for
any range of unicode characters, such as
0400 .. 04FF or similar.
Is there a script / module somewhere to do such thing ?