summaryrefslogtreecommitdiffstats
path: root/svgbob/src/block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/src/block.rs')
-rw-r--r--svgbob/src/block.rs31
1 files changed, 0 insertions, 31 deletions
diff --git a/svgbob/src/block.rs b/svgbob/src/block.rs
deleted file mode 100644
index cef5b5c..0000000
--- a/svgbob/src/block.rs
+++ /dev/null
@@ -1,31 +0,0 @@
-/// exact location of point
-/// relative to the Character Block
-/// The block is divided in to 5x5 small blocks
-#[derive(Debug, Clone, Copy, PartialOrd, PartialEq, Ord, Eq)]
-pub enum Block {
- A,
- B,
- C,
- D,
- E,
- F,
- G,
- H,
- I,
- J,
- K,
- L,
- M,
- N,
- O,
- P,
- Q,
- R,
- S,
- T,
- U,
- V,
- W,
- X,
- Y,
-}