Advertisement
DashmanGC

VWF width values

Aug 13th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. * The widths provided are just for the edited characters.
  2. * Each character has a free pixel column to the left. This means the space between two characters is always 1 pixel.
  3. * Characters that don't appear in this list have a width of 18.
  4.  
  5. Hex code Character Width
  6. 8140 <space> 6
  7. 8143 , 5
  8. 8144 . 4
  9. 8146 : 4
  10. 8147 ; 5
  11. 8148 ? 9
  12. 8149 ! 4
  13. 815d - 7 * maybe we should leave this one as it was originally
  14. 815e / 10
  15. 815f \ 9
  16. 8160 ~ 10
  17. 8169 ( 6
  18. 816a ) 6
  19. 816d [ 6
  20. 816e ] 6
  21. 816f { 8
  22. 8170 } 8
  23. 817b + 10
  24. 817c - 7
  25. 817d ± 10
  26. 8183 < 10
  27. 8184 > 10
  28. 818c ' 4
  29. 818d " 8
  30. 8193 % 12
  31. 8194 # 10
  32. 8195 & 9
  33. 8196 * 8
  34. 8197 @ 10
  35. 820f 0 9 * Numbers would normally start at 824f...?
  36. 8210 1 9
  37. 8211 2 9
  38. 8212 3 9
  39. 8213 4 9
  40. 8214 5 9
  41. 8215 6 9
  42. 8216 7 9
  43. 8217 8 9
  44. 8218 9 9
  45. 8260 A 9
  46. 8261 B 9
  47. 8262 C 8
  48. 8263 D 9
  49. 8264 E 9
  50. 8265 F 9
  51. 8266 G 9
  52. 8267 H 9
  53. 8268 I 8
  54. 8269 J 9
  55. 826a K 9
  56. 826b L 9
  57. 826c M 9
  58. 826d N 9
  59. 826e O 9
  60. 826f P 9
  61. 8270 Q 9
  62. 8271 R 9
  63. 8272 S 9
  64. 8273 T 9
  65. 8274 U 9
  66. 8275 V 9
  67. 8276 W 10
  68. 8277 X 9
  69. 8278 Y 8
  70. 8279 Z 9
  71. 8281 a 9
  72. 8282 b 9
  73. 8283 c 8
  74. 8284 d 9
  75. 8285 e 9
  76. 8286 f 9
  77. 8287 g 9
  78. 8288 h 9
  79. 8289 i 4
  80. 828a j 6
  81. 828b k 8
  82. 828c l 4
  83. 828d m 10
  84. 828e n 9
  85. 828f o 9
  86. 8290 p 9
  87. 8291 q 9
  88. 8292 r 9
  89. 8293 s 9
  90. 8294 t 9
  91. 8295 u 9
  92. 8296 v 9
  93. 8297 w 10
  94. 8298 x 8
  95. 8299 y 9
  96. 829a z 9
  97. 83b6 (omega) 10
  98. 83bf (alpha) 9
  99. 83c0 (beta) 9
  100. 83c1 (gamma) 10
  101. 83cb (nu) 9
  102. 8754 I (1) 6
  103. 8755 II (2) 10
  104. 8756 III (3) 14
  105. eb3f (gameo) 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement