eepp
CSS Specification
UI Introduction
eepp - Entropia Engine++
Global Namespace
namespace EE
namespace EE::Audio
namespace EE::Graphics
enum EE::Graphics::FontAntialiasing
enum EE::Graphics::FontHinting
enum EE::Graphics::FontHorizontalAlign
enum EE::Graphics::FontType
enum EE::Graphics::FontVerticalAlign
enum EE::Graphics::GraphicsLibraryExtension
enum EE::Graphics::GraphicsLibraryVersion
enum EE::Graphics::ParticleEffect
enum EE::Graphics::PixelDensitySize
enum EE::Graphics::PrimitiveFillMode
enum EE::Graphics::PrimitiveType
enum EE::Graphics::RenderMode
enum EE::Graphics::VertexArrayStates
enum EE::Graphics::VertexBufferUsageType
enum EE::Graphics::VertexFlags
struct EE::Graphics::Glyph
struct EE::Graphics::VertexData
class EE::Graphics::ArcDrawable
class EE::Graphics::BatchRenderer
class EE::Graphics::BlendMode
class EE::Graphics::CircleDrawable
class EE::Graphics::ClippingMask
class EE::Graphics::ConvexShapeDrawable
class EE::Graphics::Drawable
class EE::Graphics::DrawableGroup
class EE::Graphics::DrawableResource
class EE::Graphics::DrawableSearcher
class EE::Graphics::Font
class EE::Graphics::FontBMFont
class EE::Graphics::FontFamily
class EE::Graphics::FontManager
class EE::Graphics::FontSprite
class EE::Graphics::FontStyleConfig
class EE::Graphics::FontTrueType
class EE::Graphics::FragmentShader
class EE::Graphics::FrameBuffer
class EE::Graphics::GlobalBatchRenderer
class EE::Graphics::GlobalTextureAtlas
class EE::Graphics::GlyphDrawable
class EE::Graphics::Image
class EE::Graphics::NinePatch
class EE::Graphics::NinePatchManager
class EE::Graphics::Particle
class EE::Graphics::ParticleSystem
class EE::Graphics::PixelDensity
class EE::Graphics::PrimitiveDrawable
class EE::Graphics::Primitives
class EE::Graphics::RectangleDrawable
class EE::Graphics::Renderer
class EE::Graphics::RendererGL
class EE::Graphics::RendererGLShader
class EE::Graphics::ScrollParallax
class EE::Graphics::Shader
class EE::Graphics::ShaderProgram
class EE::Graphics::ShaderProgramManager
class EE::Graphics::Sprite
class EE::Graphics::StateListDrawable
class EE::Graphics::StatefulDrawable
class EE::Graphics::Text
class EE::Graphics::TextTransform
class EE::Graphics::Texture
class EE::Graphics::TextureAtlas
class EE::Graphics::TextureAtlasLoader
class EE::Graphics::TextureAtlasManager
class EE::Graphics::TextureFactory
class EE::Graphics::TextureLoader
class EE::Graphics::TexturePacker
class EE::Graphics::TextureRegion
class EE::Graphics::TriangleDrawable
class EE::Graphics::VertexBuffer
class EE::Graphics::VertexBufferOGL
class EE::Graphics::VertexBufferVBO
class EE::Graphics::VertexShader
class EE::Graphics::View
namespace EE::Math
namespace EE::Network
namespace EE::Scene
namespace EE::System
namespace EE::UI
namespace EE::Window
template struct EE::FormatArg
template struct EE::FormatArg<std::string>
template struct EE::FormatArg<std::string_view>
class EE::AllocatedPointer
class EE::MemoryManager
class EE::NonCopyable
class EE::String
template class EE::Utf<32>
template class EE::Utf<16>
template class EE::Utf
template class EE::Utf<8>
class EE::Version
namespace std
Overview
Detailed Documentation
eepp
Docs
»
Global Namespace
»
namespace EE
»
namespace EE::Graphics
»
enum EE::Graphics::FontHinting
View page source
enum EE::Graphics::FontHinting
¶
#include
<font.hpp>
enum
FontHinting
{
None
,
Slight
,
Full
,
};