![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
Named console characters. More...
#include <gf/ConsoleChar.h>
Public Member Functions | |
ConsoleChar ()=delete | |
Deleted constructor. More... | |
Static Public Attributes | |
static constexpr char16_t | WhiteSmilingFace = u'☺' |
U+263A White Smiling Face. More... | |
static constexpr char16_t | BlackSmilingFace = u'☻' |
U+263B Black Smiling Face. More... | |
static constexpr char16_t | BlackHeartSuit = u'♥' |
U+2665 Black Heart Suit. More... | |
static constexpr char16_t | BlackDiamondSuit = u'♦' |
U+2666 Black Diamond Suit. More... | |
static constexpr char16_t | BlackClubSuit = u'♣' |
U+2663 Black Club Suit. More... | |
static constexpr char16_t | BlackSpadeSuit = u'♠' |
U+2660 Black Spade Suit. More... | |
static constexpr char16_t | Bullet = u'•' |
U+2022 Bullet. More... | |
static constexpr char16_t | InverseBullet = u'◘' |
U+25D8 Inverse Bullet. More... | |
static constexpr char16_t | WhiteCircle = u'○' |
U+25CB White Circle. More... | |
static constexpr char16_t | InverseWhiteCircle = u'◙' |
U+25D9 Inverse White Circle. More... | |
static constexpr char16_t | MaleSign = u'♂' |
U+2642 Male Sign. More... | |
static constexpr char16_t | FemaleSign = u'♀' |
U+2640 Female Sign. More... | |
static constexpr char16_t | EighthNote = u'♪' |
U+266A Eighth Note. More... | |
static constexpr char16_t | BeamedEighthNotes = u'♫' |
U+266B Beamed Eighth Notes. More... | |
static constexpr char16_t | WhiteSunWithRays = u'☼' |
U+263C White Sun With Rays. More... | |
static constexpr char16_t | BlackRightPointingPointer = u'►' |
U+25BA Black Right-Pointing Pointer. More... | |
static constexpr char16_t | BlackLeftPointingPointer = u'◄' |
U+25C4 Black Left-Pointing Pointer. More... | |
static constexpr char16_t | UpDownArrow = u'↕' |
U+2195 Up Down Arrow. More... | |
static constexpr char16_t | DoubleExclamationMark = u'‼' |
U+203C Double Exclamation Mark. More... | |
static constexpr char16_t | PilcrowSign = u'¶' |
U+00B6 Pilcrow Sign. More... | |
static constexpr char16_t | SectionSign = u'§' |
U+00A7 Section Sign. More... | |
static constexpr char16_t | BlackRectangle = u'▬' |
U+25AC Black Rectangle. More... | |
static constexpr char16_t | UpDownArrowWithBase = u'↨' |
U+21A8 Up Down Arrow With Base. More... | |
static constexpr char16_t | UpwardsArrow = u'↑' |
U+2191 Upwards Arrow. More... | |
static constexpr char16_t | DownwardsArrow = u'↓' |
U+2193 Downwards Arrow. More... | |
static constexpr char16_t | RightwardsArrow = u'→' |
U+2192 Rightwards Arrow. More... | |
static constexpr char16_t | LeftwardsArrow = u'←' |
U+2190 Leftwards Arrow. More... | |
static constexpr char16_t | RightAngle = u'∟' |
U+221F Right Angle. More... | |
static constexpr char16_t | LeftRightArrow = u'↔' |
U+2194 Left Right Arrow. More... | |
static constexpr char16_t | BlackUpPointingTriangle = u'▲' |
U+25B2 Black Up-Pointing Triangle. More... | |
static constexpr char16_t | BlackDownPointingTriangle = u'▼' |
U+25BC Black Down-Pointing Triangle. More... | |
static constexpr char16_t | House = u'⌂' |
U+2302 House. More... | |
static constexpr char16_t | CentSign = u'¢' |
U+00A2 Cent Sign. More... | |
static constexpr char16_t | PoundSign = u'£' |
U+00A3 Pound Sign. More... | |
static constexpr char16_t | YenSign = u'¥' |
U+00A5 Yen Sign. More... | |
static constexpr char16_t | PesetaSign = u'₧' |
U+20A7 Peseta Sign. More... | |
static constexpr char16_t | LatinSmallLetterFWithHook = u'ƒ' |
U+0192 Latin Small Letter F With Hook. More... | |
static constexpr char16_t | FeminineOrdinalIndicator = u'ª' |
U+00AA Feminine Ordinal Indicator. More... | |
static constexpr char16_t | MasculineOrdinalIndicator = u'º' |
U+00BA Masculine Ordinal Indicator. More... | |
static constexpr char16_t | InvertedQuestionMark = u'¿' |
U+00BF Inverted Question Mark. More... | |
static constexpr char16_t | ReversedNotSign = u'⌐' |
U+2310 Reversed Not Sign. More... | |
static constexpr char16_t | NotSign = u'¬' |
U+00AC Not Sign. More... | |
static constexpr char16_t | VulgarFractionOneHalf = u'½' |
U+00BD Vulgar Fraction One Half. More... | |
static constexpr char16_t | VulgarFractionOneQuarter = u'¼' |
U+00BC Vulgar Fraction One Quarter. More... | |
static constexpr char16_t | InvertedExclamationMark = u'¡' |
U+00A1 Inverted Exclamation Mark. More... | |
static constexpr char16_t | LeftPointingDoubleAngleQuotationMark = u'«' |
U+00AB Left-Pointing Double Angle Quotation Mark. More... | |
static constexpr char16_t | RightPointingDoubleAngleQuotationMark = u'»' |
U+00BB Right-Pointing Double Angle Quotation Mark. More... | |
static constexpr char16_t | LightShade = u'░' |
U+2591 Light Shade. More... | |
static constexpr char16_t | MediumShade = u'▒' |
U+2592 Medium Shade. More... | |
static constexpr char16_t | DarkShade = u'▓' |
U+2593 Dark Shade. More... | |
static constexpr char16_t | BoxDrawingsLightVertical = u'│' |
U+2502 Box Drawings Light Vertical. More... | |
static constexpr char16_t | BoxDrawingsLightVerticalAndLeft = u'┤' |
U+2524 Box Drawings Light Vertical And Left. More... | |
static constexpr char16_t | BoxDrawingsVerticalSingleAndLeftDouble = u'╡' |
U+2561 Box Drawings Vertical Single And Left Double. More... | |
static constexpr char16_t | BoxDrawingsVerticalDoubleAndLeftSingle = u'╢' |
U+2562 Box Drawings Vertical Double And Left Single. More... | |
static constexpr char16_t | BoxDrawingsDownDoubleAndLeftSingle = u'╖' |
U+2556 Box Drawings Down Double And Left Single. More... | |
static constexpr char16_t | BoxDrawingsDownSingleAndLeftDouble = u'╕' |
U+2555 Box Drawings Down Single And Left Double. More... | |
static constexpr char16_t | BoxDrawingsDoubleVerticalAndLeft = u'╣' |
U+2563 Box Drawings Double Vertical And Left. More... | |
static constexpr char16_t | BoxDrawingsDoubleVertical = u'║' |
U+2551 Box Drawings Double Vertical. More... | |
static constexpr char16_t | BoxDrawingsDoubleDownAndLeft = u'╗' |
U+2557 Box Drawings Double Down And Left. More... | |
static constexpr char16_t | BoxDrawingsDoubleUpAndLeft = u'╝' |
U+255D Box Drawings Double Up And Left. More... | |
static constexpr char16_t | BoxDrawingsUpDoubleAndLeftSingle = u'╜' |
U+255C Box Drawings Up Double And Left Single. More... | |
static constexpr char16_t | BoxDrawingsUpSingleAndLeftDouble = u'╛' |
U+255B Box Drawings Up Single And Left Double. More... | |
static constexpr char16_t | BoxDrawingsLightDownAndLeft = u'┐' |
U+2510 Box Drawings Light Down And Left. More... | |
static constexpr char16_t | BoxDrawingsLightUpAndRight = u'└' |
U+2514 Box Drawings Light Up And Right. More... | |
static constexpr char16_t | BoxDrawingsLightUpAndHorizontal = u'┴' |
U+2534 Box Drawings Light Up And Horizontal. More... | |
static constexpr char16_t | BoxDrawingsLightDownAndHorizontal = u'┬' |
U+252C Box Drawings Light Down And Horizontal. More... | |
static constexpr char16_t | BoxDrawingsLightVerticalAndRight = u'├' |
U+251C Box Drawings Light Vertical And Right. More... | |
static constexpr char16_t | BoxDrawingsLightHorizontal = u'─' |
U+2500 Box Drawings Light Horizontal. More... | |
static constexpr char16_t | BoxDrawingsLightVerticalAndHorizontal = u'┼' |
U+253C Box Drawings Light Vertical And Horizontal. More... | |
static constexpr char16_t | BoxDrawingsVerticalSingleAndRightDouble = u'╞' |
U+255E Box Drawings Vertical Single And Right Double. More... | |
static constexpr char16_t | BoxDrawingsVerticalDoubleAndRightSingle = u'╟' |
U+255F Box Drawings Vertical Double And Right Single. More... | |
static constexpr char16_t | BoxDrawingsDoubleUpAndRight = u'╚' |
U+255A Box Drawings Double Up And Right. More... | |
static constexpr char16_t | BoxDrawingsDoubleDownAndRight = u'╔' |
U+2554 Box Drawings Double Down And Right. More... | |
static constexpr char16_t | BoxDrawingsDoubleUpAndHorizontal = u'╩' |
U+2569 Box Drawings Double Up And Horizontal. More... | |
static constexpr char16_t | BoxDrawingsDoubleDownAndHorizontal = u'╦' |
U+2566 Box Drawings Double Down And Horizontal. More... | |
static constexpr char16_t | BoxDrawingsDoubleVerticalAndRight = u'╠' |
U+2560 Box Drawings Double Vertical And Right. More... | |
static constexpr char16_t | BoxDrawingsDoubleHorizontal = u'═' |
U+2550 Box Drawings Double Horizontal. More... | |
static constexpr char16_t | BoxDrawingsDoubleVerticalAndHorizontal = u'╬' |
U+256C Box Drawings Double Vertical And Horizontal. More... | |
static constexpr char16_t | BoxDrawingsUpSingleAndHorizontalDouble = u'╧' |
U+2567 Box Drawings Up Single And Horizontal Double. More... | |
static constexpr char16_t | BoxDrawingsUpDoubleAndHorizontalSingle = u'╨' |
U+2568 Box Drawings Up Double And Horizontal Single. More... | |
static constexpr char16_t | BoxDrawingsDownSingleAndHorizontalDouble = u'╤' |
U+2564 Box Drawings Down Single And Horizontal Double. More... | |
static constexpr char16_t | BoxDrawingsDownDoubleAndHorizontalSingle = u'╥' |
U+2565 Box Drawings Down Double And Horizontal Single. More... | |
static constexpr char16_t | BoxDrawingsUpDoubleAndRightSingle = u'╙' |
U+2559 Box Drawings Up Double And Right Single. More... | |
static constexpr char16_t | BoxDrawingsUpSingleAndRightDouble = u'╘' |
U+2558 Box Drawings Up Single And Right Double. More... | |
static constexpr char16_t | BoxDrawingsDownSingleAndRightDouble = u'╒' |
U+2552 Box Drawings Down Single And Right Double. More... | |
static constexpr char16_t | BoxDrawingsDownDoubleAndRightSingle = u'╓' |
U+2553 Box Drawings Down Double And Right Single. More... | |
static constexpr char16_t | BoxDrawingsVerticalDoubleAndHorizontalSingle = u'╫' |
U+256B Box Drawings Vertical Double And Horizontal Single. More... | |
static constexpr char16_t | BoxDrawingsVerticalSingleAndHorizontalDouble = u'╪' |
U+256A Box Drawings Vertical Single And Horizontal Double. More... | |
static constexpr char16_t | BoxDrawingsLightUpAndLeft = u'┘' |
U+2518 Box Drawings Light Up And Left. More... | |
static constexpr char16_t | BoxDrawingsLightDownAndRight = u'┌' |
U+250C Box Drawings Light Down And Right. More... | |
static constexpr char16_t | FullBlock = u'█' |
U+2588 Full Block. More... | |
static constexpr char16_t | LowerHalfBlock = u'▄' |
U+2584 Lower Half Block. More... | |
static constexpr char16_t | LeftHalfBlock = u'▌' |
U+258C Left Half Block. More... | |
static constexpr char16_t | RightHalfBlock = u'▐' |
U+2590 Right Half Block. More... | |
static constexpr char16_t | UpperHalfBlock = u'▀' |
U+2580 Upper Half Block. More... | |
static constexpr char16_t | GreekSmallLetterAlpha = u'α' |
U+03B1 Greek Small Letter Alpha. More... | |
static constexpr char16_t | LatinSmallLetterSharpS = u'ß' |
U+00DF Latin Small Letter Sharp S. More... | |
static constexpr char16_t | GreekCapitalLetterGamma = u'Γ' |
U+0393 Greek Capital Letter Gamma. More... | |
static constexpr char16_t | GreekSmallLetterPi = u'π' |
U+03C0 Greek Small Letter Pi. More... | |
static constexpr char16_t | GreekCapitalLetterSigma = u'Σ' |
U+03A3 Greek Capital Letter Sigma. More... | |
static constexpr char16_t | GreekSmallLetterSigma = u'σ' |
U+03C3 Greek Small Letter Sigma. More... | |
static constexpr char16_t | MicroSign = u'µ' |
U+00B5 Micro Sign. More... | |
static constexpr char16_t | GreekSmallLetterTau = u'τ' |
U+03C4 Greek Small Letter Tau. More... | |
static constexpr char16_t | GreekCapitalLetterPhi = u'Φ' |
U+03A6 Greek Capital Letter Phi. More... | |
static constexpr char16_t | GreekCapitalLetterTheta = u'Θ' |
U+0398 Greek Capital Letter Theta. More... | |
static constexpr char16_t | GreekCapitalLetterOmega = u'Ω' |
U+03A9 Greek Capital Letter Omega. More... | |
static constexpr char16_t | GreekSmallLetterDelta = u'δ' |
U+03B4 Greek Small Letter Delta. More... | |
static constexpr char16_t | Infinity = u'∞' |
U+221E Infinity. More... | |
static constexpr char16_t | GreekSmallLetterPhi = u'φ' |
U+03C6 Greek Small Letter Phi. More... | |
static constexpr char16_t | GreekSmallLetterEpsilon = u'ε' |
U+03B5 Greek Small Letter Epsilon. More... | |
static constexpr char16_t | Intersection = u'∩' |
U+2229 Intersection. More... | |
static constexpr char16_t | IdenticalTo = u'≡' |
U+2261 Identical To. More... | |
static constexpr char16_t | PlusMinusSign = u'±' |
U+00B1 Plus-Minus Sign. More... | |
static constexpr char16_t | GreaterThanOrEqualTo = u'≥' |
U+2265 Greater-Than Or Equal To. More... | |
static constexpr char16_t | LessThanOrEqualTo = u'≤' |
U+2264 Less-Than Or Equal To. More... | |
static constexpr char16_t | TopHalfIntegral = u'⌠' |
U+2320 Top Half Integral. More... | |
static constexpr char16_t | BottomHalfIntegral = u'⌡' |
U+2321 Bottom Half Integral. More... | |
static constexpr char16_t | DivisionSign = u'÷' |
U+00F7 Division Sign. More... | |
static constexpr char16_t | AlmostEqualTo = u'≈' |
U+2248 Almost Equal To. More... | |
static constexpr char16_t | DegreeSign = u'°' |
U+00B0 Degree Sign. More... | |
static constexpr char16_t | BulletOperator = u'∙' |
U+2219 Bullet Operator. More... | |
static constexpr char16_t | MiddleDot = u'·' |
U+00B7 Middle Dot. More... | |
static constexpr char16_t | SquareRoot = u'√' |
U+221A Square Root. More... | |
static constexpr char16_t | SuperscriptLatinSmallLetterN = u'ⁿ' |
U+207F Superscript Latin Small Letter N. More... | |
static constexpr char16_t | SuperscriptTwo = u'²' |
U+00B2 Superscript Two. More... | |
static constexpr char16_t | BlackSquare = u'■' |
U+25A0 Black Square. More... | |
static constexpr char16_t | NoBreakSpace = u'\u00A0' |
U+00A0 No-Break Space. More... | |
static constexpr char16_t | GreekSmallLetterBeta = u'β' |
U+03B2 Greek Small Letter Beta. More... | |
static constexpr char16_t | GreekCapitalLetterPi = u'Π' |
U+03A0 Greek Capital Letter Pi. More... | |
static constexpr char16_t | NAryProduct = u'∏' |
U+220F N-Ary Product. More... | |
static constexpr char16_t | NArySummation = u'∑' |
U+2211 N-Ary Summation. More... | |
static constexpr char16_t | GreekSmallLetterMu = u'μ' |
U+03BC Greek Small Letter Mu. More... | |
static constexpr char16_t | OhmSign = u'Ω' |
U+2126 Ohm Sign. More... | |
static constexpr char16_t | GreekPhiSymbol = u'ϕ' |
U+03D5 Greek Phi Symbol. More... | |
static constexpr char16_t | EmptySet = u'∅' |
U+2205 Empty Set. More... | |
static constexpr char16_t | DiameterSign = u'⌀' |
U+2300 Diameter Sign. More... | |
static constexpr char16_t | LatinCapitalLetterOWithStroke = u'Ø' |
U+00D8 Latin Capital Letter O With Stroke. More... | |
static constexpr char16_t | LatinSmallLetterOWithStroke = u'ø' |
U+00F8 Latin Small Letter O With Stroke. More... | |
static constexpr char16_t | ElementOf = u'∈' |
U+2208 Element Of. More... | |
static constexpr char16_t | QuadrantUpperLeft = u'▘' |
U+2598 Quadrant Upper Left. More... | |
static constexpr char16_t | QuadrantUpperRight = u'▝' |
U+259D Quadrant Upper Right. More... | |
static constexpr char16_t | QuadrantLowerRight = u'▗' |
U+2597 Quadrant Lower Right. More... | |
static constexpr char16_t | QuadrantUpperLeftAndLowerRight = u'▚' |
U+259A Quadrant Upper Left And Lower Right. More... | |
static constexpr char16_t | QuadrantLowerLeft = u'▖' |
U+2596 Quadrant Lower Left. More... | |
Named console characters.
The name of the characters is the name defined in Unicode.
|
delete |
Deleted constructor.
|
staticconstexpr |
U+2248 Almost Equal To.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+266B Beamed Eighth Notes.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2663 Black Club Suit.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2666 Black Diamond Suit.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25BC Black Down-Pointing Triangle.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2665 Black Heart Suit.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25C4 Black Left-Pointing Pointer.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25AC Black Rectangle.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25BA Black Right-Pointing Pointer.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+263B Black Smiling Face.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2660 Black Spade Suit.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25A0 Black Square.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25B2 Black Up-Pointing Triangle.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2321 Bottom Half Integral.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2566 Box Drawings Double Down And Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2557 Box Drawings Double Down And Left.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2554 Box Drawings Double Down And Right.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2550 Box Drawings Double Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2569 Box Drawings Double Up And Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+255D Box Drawings Double Up And Left.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+255A Box Drawings Double Up And Right.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2551 Box Drawings Double Vertical.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+256C Box Drawings Double Vertical And Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2563 Box Drawings Double Vertical And Left.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2560 Box Drawings Double Vertical And Right.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2565 Box Drawings Down Double And Horizontal Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2556 Box Drawings Down Double And Left Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2553 Box Drawings Down Double And Right Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2564 Box Drawings Down Single And Horizontal Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2555 Box Drawings Down Single And Left Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2552 Box Drawings Down Single And Right Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+252C Box Drawings Light Down And Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2510 Box Drawings Light Down And Left.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+250C Box Drawings Light Down And Right.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2500 Box Drawings Light Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2534 Box Drawings Light Up And Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2518 Box Drawings Light Up And Left.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2514 Box Drawings Light Up And Right.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2502 Box Drawings Light Vertical.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+253C Box Drawings Light Vertical And Horizontal.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2524 Box Drawings Light Vertical And Left.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+251C Box Drawings Light Vertical And Right.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2568 Box Drawings Up Double And Horizontal Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+255C Box Drawings Up Double And Left Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2559 Box Drawings Up Double And Right Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2567 Box Drawings Up Single And Horizontal Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+255B Box Drawings Up Single And Left Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2558 Box Drawings Up Single And Right Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+256B Box Drawings Vertical Double And Horizontal Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2562 Box Drawings Vertical Double And Left Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+255F Box Drawings Vertical Double And Right Single.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+256A Box Drawings Vertical Single And Horizontal Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2561 Box Drawings Vertical Single And Left Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+255E Box Drawings Vertical Single And Right Double.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2022 Bullet.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2219 Bullet Operator.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00A2 Cent Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2593 Dark Shade.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00B0 Degree Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2300 Diameter Sign.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+00F7 Division Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+203C Double Exclamation Mark.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2193 Downwards Arrow.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+266A Eighth Note.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2208 Element Of.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+2205 Empty Set.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+2640 Female Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00AA Feminine Ordinal Indicator.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2588 Full Block.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2265 Greater-Than Or Equal To.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+0393 Greek Capital Letter Gamma.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03A9 Greek Capital Letter Omega.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03A6 Greek Capital Letter Phi.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03A0 Greek Capital Letter Pi.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+03A3 Greek Capital Letter Sigma.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+0398 Greek Capital Letter Theta.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03D5 Greek Phi Symbol.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+03B1 Greek Small Letter Alpha.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03B2 Greek Small Letter Beta.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+03B4 Greek Small Letter Delta.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03B5 Greek Small Letter Epsilon.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03BC Greek Small Letter Mu.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+03C6 Greek Small Letter Phi.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03C0 Greek Small Letter Pi.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03C3 Greek Small Letter Sigma.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+03C4 Greek Small Letter Tau.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2302 House.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2261 Identical To.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+221E Infinity.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2229 Intersection.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25D8 Inverse Bullet.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25D9 Inverse White Circle.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00A1 Inverted Exclamation Mark.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00BF Inverted Question Mark.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00D8 Latin Capital Letter O With Stroke.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+0192 Latin Small Letter F With Hook.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00F8 Latin Small Letter O With Stroke.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+00DF Latin Small Letter Sharp S.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+258C Left Half Block.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00AB Left-Pointing Double Angle Quotation Mark.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2194 Left Right Arrow.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2190 Leftwards Arrow.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2264 Less-Than Or Equal To.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2591 Light Shade.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2584 Lower Half Block.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2642 Male Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00BA Masculine Ordinal Indicator.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2592 Medium Shade.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00B5 Micro Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00B7 Middle Dot.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+220F N-Ary Product.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+2211 N-Ary Summation.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+00A0 No-Break Space.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00AC Not Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2126 Ohm Sign.
Appears in gf::ConsoleFontFormat::CodePage437 (as alternative)
|
staticconstexpr |
U+20A7 Peseta Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00B6 Pilcrow Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00B1 Plus-Minus Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00A3 Pound Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2596 Quadrant Lower Left.
Appears in gf::ConsoleFontFormat::ModifiedCodePage437
|
staticconstexpr |
U+2597 Quadrant Lower Right.
Appears in gf::ConsoleFontFormat::ModifiedCodePage437
|
staticconstexpr |
U+2598 Quadrant Upper Left.
Appears in gf::ConsoleFontFormat::ModifiedCodePage437
|
staticconstexpr |
U+259A Quadrant Upper Left And Lower Right.
Appears in gf::ConsoleFontFormat::ModifiedCodePage437
|
staticconstexpr |
U+259D Quadrant Upper Right.
Appears in gf::ConsoleFontFormat::ModifiedCodePage437
|
staticconstexpr |
U+2310 Reversed Not Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+221F Right Angle.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2590 Right Half Block.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00BB Right-Pointing Double Angle Quotation Mark.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2192 Rightwards Arrow.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00A7 Section Sign.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+221A Square Root.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+207F Superscript Latin Small Letter N.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00B2 Superscript Two.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2320 Top Half Integral.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2195 Up Down Arrow.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+21A8 Up Down Arrow With Base.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2580 Upper Half Block.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+2191 Upwards Arrow.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00BD Vulgar Fraction One Half.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00BC Vulgar Fraction One Quarter.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+25CB White Circle.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+263A White Smiling Face.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+263C White Sun With Rays.
Appears in gf::ConsoleFontFormat::CodePage437
|
staticconstexpr |
U+00A5 Yen Sign.
Appears in gf::ConsoleFontFormat::CodePage437