MachineIntelligenceCore:Algorithms
|
Contains characters bitmaps, originally created by Marcel Sondaar (IBM - VGA fonts). More...
Go to the source code of this file.
Namespaces | |
mic | |
mic::importers | |
Namespace containing data import/export classess and procedures. | |
Variables | |
const uint8_t | mic::importers::font8x8_table [] |
Table containing 8x8 characters. Originally created by Marcel Sondaar (IBM - VGA fonts). More... | |
const uint8_t | mic::importers::font16x16_table [] |
Table containing 8x8 characters. Originally created by Marcel Sondaar (IBM - VGA fonts). More... | |
const uint16_t | mic::importers::mask8x8 [] = {128, 64, 32, 16, 8, 4, 2, 1} |
Mask used during encoding of 8x8 characters. More... | |
const uint16_t | mic::importers::mask16x16 [] = {128, 64, 32, 16, 8, 4, 2, 1, 16384, 8192, 4096, 2048, 1024, 512, 256} |
Mask used during encoding of 8x8 characters. More... | |
const char | mic::importers::font_labels_table [] |
Table encodng for labels (chars). More... | |
Contains characters bitmaps, originally created by Marcel Sondaar (IBM - VGA fonts).
Copyright (C) tkornuta, IBM Corporation 2015-2019
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file IBMFonts.hpp.