Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
hbgr
Horizontal BGR subpixel layout.
TextServer.swift:43case hbgr
Horizontal BGR subpixel layout.
TextServer.swift:43case hbgr
s10SwiftGodot10TextServerC21FontLCDSubpixelLayoutO4hbgryA2EmF
What are these?
FNV24: [848F5]
import SwiftGodot
Framework to write Godot Game Extensions using the Swift Programming Language.
enum FontLCDSubpixelLayout
class TextServer
A server interface for font management and text rendering.
case none
Unknown or unsupported subpixel layout, LCD subpixel antialiasing is disabled.
case hrgb
Horizontal RGB subpixel layout.
case vrgb
Vertical RGB subpixel layout.
case vbgr
Vertical BGR subpixel layout.
case max