Quantum is a Garry's Mod RPG framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
quantum/gamemode/engine/core/client/cl_fonts.lua

19 lines
604 B

-- __ _ _______ _ __
-- / / /\ | | |__ __| | | \ \
-- / / / \ | |_ __ ___ | | ___ ___| |__ \ \
-- < < / /\ \ | | '_ ` _ \| |/ _ \/ __| '_ \ > >
-- \ \ / ____ \| | | | | | | | __/ (__| | | | / /
-- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/
surface.CreateFont( "q_HUD", {
font = "Arial",
size = 38 * Quantum.Client.ResolutionScale,
antialias = true,
outline = true
})
surface.CreateFont( "q_text", {
font = "Arial",
size = 22 * Quantum.Client.ResolutionScale,
antialias = true
})