Airgoons
Vipergoons.jpg BMS.png
DCS.png

DCS Reference: Labels

From Airgoons
< DCS Reference
Revision as of 23:30, 1 April 2019 by Tippis (talk | contribs) (Created page with "{{DISPLAYTITLE:{{BASEPAGENAME}}: {{SUBPAGENAME}}}} <pre> font_properties = {"DejaVuLGCSans.ttf", 13, 0, 0, 2} local aircraft_symbol_near = "˄" --U+02C4 local aircraft_sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


font_properties =  {"DejaVuLGCSans.ttf", 13, 0, 0, 2}

local aircraft_symbol_near  =  "˄" --U+02C4
local aircraft_symbol_far   =  "˄" --U+02C4

local ground_symbol_near    = "ˉ"  --U+02C9
local ground_symbol_far     = "ˉ"  --U+02C9

local navy_symbol_near      = "˜"  --U+02DC
local navy_symbol_far       = "˜"  --U+02DC

local weapon_symbol_near    = "*"  --U+02C8
local weapon_symbol_far     = "ˈ"  --U+02C8

local function dot_symbol(blending)
    return {"˙","CenterBottom", blending or 1.0 , opacity  or 0.1}
end