| 1 | // GENERATED CODE DO NOT MODIFY! |
| 2 | // Any manual changes to this file will be overwritten! |
| 3 | //! ISO_8859_7 glyph subset. |
| 4 | //! |
| 5 | //! | Type | Screenshot | | Type | Screenshot | |
| 6 | //! |------|------------|-|------|------------| |
| 7 | //! | `FONT_4X6` |  | | `FONT_7X13_ITALIC` |  | |
| 8 | //! | `FONT_5X7` |  | | `FONT_7X14` |  | |
| 9 | //! | `FONT_5X8` |  | | `FONT_7X14_BOLD` |  | |
| 10 | //! | `FONT_6X9` |  | | `FONT_8X13` |  | |
| 11 | //! | `FONT_6X10` |  | | `FONT_8X13_BOLD` |  | |
| 12 | //! | `FONT_6X12` |  | | `FONT_8X13_ITALIC` |  | |
| 13 | //! | `FONT_6X13` |  | | `FONT_9X15` |  | |
| 14 | //! | `FONT_6X13_BOLD` |  | | `FONT_9X15_BOLD` |  | |
| 15 | //! | `FONT_6X13_ITALIC` |  | | `FONT_9X18` |  | |
| 16 | //! | `FONT_7X13` |  | | `FONT_9X18_BOLD` |  | |
| 17 | //! | `FONT_7X13_BOLD` |  | | `FONT_10X20` |  | |
| 18 | |
| 19 | /// 4x6 pixel monospace font. |
| 20 | pub const FONT_4X6: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 21 | image: crate::image::ImageRaw::new( |
| 22 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_4x6.raw" ), |
| 23 | width:64, |
| 24 | ), |
| 25 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 26 | character_size: crate::geometry::Size::new(width:4, height:6), |
| 27 | character_spacing: 0, |
| 28 | baseline: 4, |
| 29 | underline: crate::mono_font::DecorationDimensions::new(offset:4 + 2, height:1), |
| 30 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:6 / 2, height:1), |
| 31 | }; |
| 32 | |
| 33 | /// 5x7 pixel monospace font. |
| 34 | pub const FONT_5X7: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 35 | image: crate::image::ImageRaw::new( |
| 36 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_5x7.raw" ), |
| 37 | width:80, |
| 38 | ), |
| 39 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 40 | character_size: crate::geometry::Size::new(width:5, height:7), |
| 41 | character_spacing: 0, |
| 42 | baseline: 5, |
| 43 | underline: crate::mono_font::DecorationDimensions::new(offset:5 + 2, height:1), |
| 44 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:7 / 2, height:1), |
| 45 | }; |
| 46 | |
| 47 | /// 5x8 pixel monospace font. |
| 48 | pub const FONT_5X8: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 49 | image: crate::image::ImageRaw::new( |
| 50 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_5x8.raw" ), |
| 51 | width:80, |
| 52 | ), |
| 53 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 54 | character_size: crate::geometry::Size::new(width:5, height:8), |
| 55 | character_spacing: 0, |
| 56 | baseline: 6, |
| 57 | underline: crate::mono_font::DecorationDimensions::new(offset:6 + 2, height:1), |
| 58 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:8 / 2, height:1), |
| 59 | }; |
| 60 | |
| 61 | /// 6x9 pixel monospace font. |
| 62 | pub const FONT_6X9: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 63 | image: crate::image::ImageRaw::new( |
| 64 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_6x9.raw" ), |
| 65 | width:96, |
| 66 | ), |
| 67 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 68 | character_size: crate::geometry::Size::new(width:6, height:9), |
| 69 | character_spacing: 0, |
| 70 | baseline: 6, |
| 71 | underline: crate::mono_font::DecorationDimensions::new(offset:6 + 2, height:1), |
| 72 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:9 / 2, height:1), |
| 73 | }; |
| 74 | |
| 75 | /// 6x10 pixel monospace font. |
| 76 | pub const FONT_6X10: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 77 | image: crate::image::ImageRaw::new( |
| 78 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_6x10.raw" ), |
| 79 | width:96, |
| 80 | ), |
| 81 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 82 | character_size: crate::geometry::Size::new(width:6, height:10), |
| 83 | character_spacing: 0, |
| 84 | baseline: 7, |
| 85 | underline: crate::mono_font::DecorationDimensions::new(offset:7 + 2, height:1), |
| 86 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:10 / 2, height:1), |
| 87 | }; |
| 88 | |
| 89 | /// 6x12 pixel monospace font. |
| 90 | pub const FONT_6X12: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 91 | image: crate::image::ImageRaw::new( |
| 92 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_6x12.raw" ), |
| 93 | width:96, |
| 94 | ), |
| 95 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 96 | character_size: crate::geometry::Size::new(width:6, height:12), |
| 97 | character_spacing: 0, |
| 98 | baseline: 9, |
| 99 | underline: crate::mono_font::DecorationDimensions::new(offset:9 + 2, height:1), |
| 100 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:12 / 2, height:1), |
| 101 | }; |
| 102 | |
| 103 | /// 6x13 pixel monospace font. |
| 104 | pub const FONT_6X13: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 105 | image: crate::image::ImageRaw::new( |
| 106 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_6x13.raw" ), |
| 107 | width:96, |
| 108 | ), |
| 109 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 110 | character_size: crate::geometry::Size::new(width:6, height:13), |
| 111 | character_spacing: 0, |
| 112 | baseline: 10, |
| 113 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 114 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 115 | }; |
| 116 | |
| 117 | /// 6x13 pixel monospace font. |
| 118 | pub const FONT_6X13_BOLD: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 119 | image: crate::image::ImageRaw::new( |
| 120 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_6x13_bold.raw" ), |
| 121 | width:96, |
| 122 | ), |
| 123 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 124 | character_size: crate::geometry::Size::new(width:6, height:13), |
| 125 | character_spacing: 0, |
| 126 | baseline: 10, |
| 127 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 128 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 129 | }; |
| 130 | |
| 131 | /// 6x13 pixel monospace font. |
| 132 | pub const FONT_6X13_ITALIC: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 133 | image: crate::image::ImageRaw::new( |
| 134 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_6x13_italic.raw" ), |
| 135 | width:96, |
| 136 | ), |
| 137 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 138 | character_size: crate::geometry::Size::new(width:6, height:13), |
| 139 | character_spacing: 0, |
| 140 | baseline: 10, |
| 141 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 142 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 143 | }; |
| 144 | |
| 145 | /// 7x13 pixel monospace font. |
| 146 | pub const FONT_7X13: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 147 | image: crate::image::ImageRaw::new( |
| 148 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_7x13.raw" ), |
| 149 | width:112, |
| 150 | ), |
| 151 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 152 | character_size: crate::geometry::Size::new(width:7, height:13), |
| 153 | character_spacing: 0, |
| 154 | baseline: 10, |
| 155 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 156 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 157 | }; |
| 158 | |
| 159 | /// 7x13 pixel monospace font. |
| 160 | pub const FONT_7X13_BOLD: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 161 | image: crate::image::ImageRaw::new( |
| 162 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_7x13_bold.raw" ), |
| 163 | width:112, |
| 164 | ), |
| 165 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 166 | character_size: crate::geometry::Size::new(width:7, height:13), |
| 167 | character_spacing: 0, |
| 168 | baseline: 10, |
| 169 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 170 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 171 | }; |
| 172 | |
| 173 | /// 7x13 pixel monospace font. |
| 174 | pub const FONT_7X13_ITALIC: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 175 | image: crate::image::ImageRaw::new( |
| 176 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_7x13_italic.raw" ), |
| 177 | width:112, |
| 178 | ), |
| 179 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 180 | character_size: crate::geometry::Size::new(width:7, height:13), |
| 181 | character_spacing: 0, |
| 182 | baseline: 10, |
| 183 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 184 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 185 | }; |
| 186 | |
| 187 | /// 7x14 pixel monospace font. |
| 188 | pub const FONT_7X14: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 189 | image: crate::image::ImageRaw::new( |
| 190 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_7x14.raw" ), |
| 191 | width:112, |
| 192 | ), |
| 193 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 194 | character_size: crate::geometry::Size::new(width:7, height:14), |
| 195 | character_spacing: 0, |
| 196 | baseline: 11, |
| 197 | underline: crate::mono_font::DecorationDimensions::new(offset:11 + 2, height:1), |
| 198 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:14 / 2, height:1), |
| 199 | }; |
| 200 | |
| 201 | /// 7x14 pixel monospace font. |
| 202 | pub const FONT_7X14_BOLD: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 203 | image: crate::image::ImageRaw::new( |
| 204 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_7x14_bold.raw" ), |
| 205 | width:112, |
| 206 | ), |
| 207 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 208 | character_size: crate::geometry::Size::new(width:7, height:14), |
| 209 | character_spacing: 0, |
| 210 | baseline: 11, |
| 211 | underline: crate::mono_font::DecorationDimensions::new(offset:11 + 2, height:1), |
| 212 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:14 / 2, height:1), |
| 213 | }; |
| 214 | |
| 215 | /// 8x13 pixel monospace font. |
| 216 | pub const FONT_8X13: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 217 | image: crate::image::ImageRaw::new( |
| 218 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_8x13.raw" ), |
| 219 | width:128, |
| 220 | ), |
| 221 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 222 | character_size: crate::geometry::Size::new(width:8, height:13), |
| 223 | character_spacing: 0, |
| 224 | baseline: 10, |
| 225 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 226 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 227 | }; |
| 228 | |
| 229 | /// 8x13 pixel monospace font. |
| 230 | pub const FONT_8X13_BOLD: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 231 | image: crate::image::ImageRaw::new( |
| 232 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_8x13_bold.raw" ), |
| 233 | width:128, |
| 234 | ), |
| 235 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 236 | character_size: crate::geometry::Size::new(width:8, height:13), |
| 237 | character_spacing: 0, |
| 238 | baseline: 10, |
| 239 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 240 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 241 | }; |
| 242 | |
| 243 | /// 8x13 pixel monospace font. |
| 244 | pub const FONT_8X13_ITALIC: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 245 | image: crate::image::ImageRaw::new( |
| 246 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_8x13_italic.raw" ), |
| 247 | width:128, |
| 248 | ), |
| 249 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 250 | character_size: crate::geometry::Size::new(width:8, height:13), |
| 251 | character_spacing: 0, |
| 252 | baseline: 10, |
| 253 | underline: crate::mono_font::DecorationDimensions::new(offset:10 + 2, height:1), |
| 254 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:13 / 2, height:1), |
| 255 | }; |
| 256 | |
| 257 | /// 9x15 pixel monospace font. |
| 258 | pub const FONT_9X15: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 259 | image: crate::image::ImageRaw::new( |
| 260 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_9x15.raw" ), |
| 261 | width:144, |
| 262 | ), |
| 263 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 264 | character_size: crate::geometry::Size::new(width:9, height:15), |
| 265 | character_spacing: 0, |
| 266 | baseline: 11, |
| 267 | underline: crate::mono_font::DecorationDimensions::new(offset:11 + 2, height:1), |
| 268 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:15 / 2, height:1), |
| 269 | }; |
| 270 | |
| 271 | /// 9x15 pixel monospace font. |
| 272 | pub const FONT_9X15_BOLD: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 273 | image: crate::image::ImageRaw::new( |
| 274 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_9x15_bold.raw" ), |
| 275 | width:144, |
| 276 | ), |
| 277 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 278 | character_size: crate::geometry::Size::new(width:9, height:15), |
| 279 | character_spacing: 0, |
| 280 | baseline: 11, |
| 281 | underline: crate::mono_font::DecorationDimensions::new(offset:11 + 2, height:1), |
| 282 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:15 / 2, height:1), |
| 283 | }; |
| 284 | |
| 285 | /// 9x18 pixel monospace font. |
| 286 | pub const FONT_9X18: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 287 | image: crate::image::ImageRaw::new( |
| 288 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_9x18.raw" ), |
| 289 | width:144, |
| 290 | ), |
| 291 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 292 | character_size: crate::geometry::Size::new(width:9, height:18), |
| 293 | character_spacing: 0, |
| 294 | baseline: 13, |
| 295 | underline: crate::mono_font::DecorationDimensions::new(offset:13 + 2, height:1), |
| 296 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:18 / 2, height:1), |
| 297 | }; |
| 298 | |
| 299 | /// 9x18 pixel monospace font. |
| 300 | pub const FONT_9X18_BOLD: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 301 | image: crate::image::ImageRaw::new( |
| 302 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_9x18_bold.raw" ), |
| 303 | width:144, |
| 304 | ), |
| 305 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 306 | character_size: crate::geometry::Size::new(width:9, height:18), |
| 307 | character_spacing: 0, |
| 308 | baseline: 13, |
| 309 | underline: crate::mono_font::DecorationDimensions::new(offset:13 + 2, height:1), |
| 310 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:18 / 2, height:1), |
| 311 | }; |
| 312 | |
| 313 | /// 10x20 pixel monospace font. |
| 314 | pub const FONT_10X20: crate::mono_font::MonoFont = crate::mono_font::MonoFont { |
| 315 | image: crate::image::ImageRaw::new( |
| 316 | data:include_bytes!("../../../fonts/raw/iso_8859_7/font_10x20.raw" ), |
| 317 | width:160, |
| 318 | ), |
| 319 | glyph_mapping: &crate::mono_font::mapping::ISO_8859_7, |
| 320 | character_size: crate::geometry::Size::new(width:10, height:20), |
| 321 | character_spacing: 0, |
| 322 | baseline: 15, |
| 323 | underline: crate::mono_font::DecorationDimensions::new(offset:15 + 2, height:1), |
| 324 | strikethrough: crate::mono_font::DecorationDimensions::new(offset:20 / 2, height:1), |
| 325 | }; |
| 326 | |