GigaPasjans
Loading...
Searching...
No Matches
Andromenda::FramebufferEntry Struct Reference

Represents framebuffer single glyph. More...

#include <Terminal.h>

Collaboration diagram for Andromenda::FramebufferEntry:

Public Member Functions

 FramebufferEntry (Int2 position, TerminalStyle style, char character)
 
 FramebufferEntry (Int2 position, TerminalStyle style, wchar_t character)
 

Public Attributes

TerminalStyle Style
 Glyph terminal style.
 
char Character
 Glyph encoded in UTF-8. Not used when UTF-16 character is used.
 
wchar_t UnicodeCharacter
 Glyph encoded in UTF-16. Not used when UTF-8 character is used.
 
Int2 Position
 Position of glyph (X is row, Y is column)
 

Detailed Description

Represents framebuffer single glyph.


The documentation for this struct was generated from the following file: