AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declaration of NTV2CCFont. More...
Go to the source code of this file.
Classes | |
class | NTV2CCFont |
This is the font used when rendering CEA-608 captions into a frame buffer. I define a "dot" map having a fixed width and height, plus a fixed set of glyphs, each with a particular dot pattern. Each glyph corresponds to an NTV2_CC608_CodePoint. More... | |
Typedefs | |
typedef uint16_t | NTV2GlyphIndex |
A zero-based index number that uniquely identifies a glyph. More... | |
Functions | |
void | DumpCCFont (const NTV2CCFont &inCCFont=NTV2CCFont::GetInstance()) |
Dumps all glyphs in the given CC font to stderr in UTF-8. When displayed in a terminal using a monospaced font, it shows what the glyphs actually look like. Each black dot is rendered as a "full block" character (u2588), while white dots are rendered as spaces. More... | |
Declaration of NTV2CCFont.
Definition in file ccfont.h.
typedef uint16_t NTV2GlyphIndex |
void DumpCCFont | ( | const NTV2CCFont & | inCCFont = NTV2CCFont::GetInstance() | ) |
Dumps all glyphs in the given CC font to stderr in UTF-8. When displayed in a terminal using a monospaced font, it shows what the glyphs actually look like. Each black dot is rendered as a "full block" character (u2588), while white dots are rendered as spaces.
inCCFont | Specifies the font to dump. |