neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::i_graphics_context Member List

This is the complete list of members for neogfx::i_graphics_context, including all inherited members.

apply_gradient(i_gradient_shader &aShader)=0neogfx::i_rendering_contextpure virtual
blending_mode() const =0neogfx::i_graphics_contextpure virtual
blit(const rect &aDestinationRect, const i_graphics_context &aSource, const rect &aSourceRect) const =0neogfx::i_graphics_contextpure virtual
blur(const rect &aDestinationRect, const i_graphics_context &aSource, const rect &aSourceRect, dimension aRadius, blurring_algorithm aAlgorithm=blurring_algorithm::Gaussian, scalar aParameter1=5, scalar aParameter2=1.0) const =0neogfx::i_graphics_contextpure virtual
clear(const color &aColor, const std::optional< scalar > &aZpos=std::optional< scalar >{}) const =0neogfx::i_graphics_contextpure virtual
clear_depth_buffer() const =0neogfx::i_graphics_contextpure virtual
clear_gradient()=0neogfx::i_graphics_contextpure virtual
clear_stencil_buffer() const =0neogfx::i_graphics_contextpure virtual
clear_tab_stops()=0neogfx::i_graphics_contextpure virtual
clone() const =0neogfx::i_rendering_contextpure virtual
default_font() const =0neogfx::i_graphics_contextpure virtual
device_metrics() const =0neogfx::i_units_contextpure virtual
device_metrics_available() const =0neogfx::i_units_contextpure virtual
dpi_scale(T aValue) constneogfx::i_units_contextinline
dpi_scale(dimension aValue) constneogfx::i_units_contextinline
dpi_scale(const vector2 &aVector) constneogfx::i_units_contextinline
dpi_scale(const size &aSize) constneogfx::i_units_contextinline
dpi_scale(const delta &aDelta) constneogfx::i_units_contextinline
dpi_scale(const point &aPoint) constneogfx::i_units_contextinline
dpi_scale(const padding &aPadding) constneogfx::i_units_contextinline
dpi_scale_factor() constneogfx::i_units_contextinline
dpi_select(T &&aLowDpiValue, T &&aHighDpiValue) constneogfx::i_units_contextinline
draw_arc(const point &aCenter, dimension aRadius, angle aStartAngle, angle aEndAngle, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_checker_rect(const rect &aRect, const size &aSquareSize, const pen &aPen, const brush &aFill1, const brush &aFill2) const =0neogfx::i_graphics_contextpure virtual
draw_circle(const point &aCenter, dimension aRadius, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_cubic_bezier(const point &aP0, const point &aP1, const point &aP2, const point &aP3, const pen &aPen) const =0neogfx::i_graphics_contextpure virtual
draw_ellipse(const point &aCenter, dimension aRadiusA, dimension aRadiusB, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_entities(game::i_ecs &aEcs, int32_t aLayer=0) const =0neogfx::i_graphics_contextpure virtual
draw_focus_rect(const rect &aRect) const =0neogfx::i_graphics_contextpure virtual
draw_glyph(const point &aPoint, const glyph_text &aText, const glyph_char &aGlyphChar, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_glyph(const vec3 &aPoint, const glyph_text &aText, const glyph_char &aGlyphChar, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_glyph_text(const point &aPoint, const glyph_text &aText, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_glyph_text(const point &aPoint, const glyph_text &aText, glyph_text::const_iterator aTextBegin, glyph_text::const_iterator aTextEnd, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_glyph_text(const vec3 &aPoint, const glyph_text &aText, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_glyph_text(const vec3 &aPoint, const glyph_text &aText, glyph_text::const_iterator aTextBegin, glyph_text::const_iterator aTextEnd, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_glyphs(const point &aPoint, const glyph_text &aText, const text_format_spans &aSpans) const =0neogfx::i_graphics_contextpure virtual
draw_glyphs(const vec3 &aPoint, const glyph_text &aText, const text_format_spans &aSpans) const =0neogfx::i_graphics_contextpure virtual
draw_line(const point &aFrom, const point &aTo, const pen &aPen) const =0neogfx::i_graphics_contextpure virtual
draw_mesh(const game::mesh &aMesh, const game::material &aMaterial, const optional_mat44 &aTransformation=optional_mat44{}, const std::optional< game::filter > &aFilter={}) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_glyph_text(const point &aPoint, const glyph_text &aText, dimension aMaxWidth, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_glyph_text(const vec3 &aPoint, const glyph_text &aText, dimension aMaxWidth, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_glyph_text(const point &aPoint, const multiline_glyph_text &aText, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_glyph_text(const vec3 &aPoint, const multiline_glyph_text &aText, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const point &aPoint, std::string const &aText, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const point &aPoint, std::string const &aText, const font &aFont, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const point &aPoint, std::string const &aText, dimension aMaxWidth, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const point &aPoint, std::string const &aText, const font &aFont, dimension aMaxWidth, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const vec3 &aPoint, std::string const &aText, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const vec3 &aPoint, std::string const &aText, const font &aFont, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const vec3 &aPoint, std::string const &aText, dimension aMaxWidth, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_multiline_text(const vec3 &aPoint, std::string const &aText, const font &aFont, dimension aMaxWidth, const text_format &aTextFormat, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
draw_path(const path &aPath, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_pie(const point &aCenter, dimension aRadius, angle aStartAngle, angle aEndAngle, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_pixel(const point &aPoint, const color &aColor) const =0neogfx::i_graphics_contextpure virtual
draw_rect(const rect &aRect, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_rounded_rect(const rect &aRect, const vec4 &aRadius, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_rounded_rect(const rect &aRect, dimension aRadius, const pen &aPen, const brush &aFill=brush{}) constneogfx::i_graphics_contextinline
draw_shape(const game::mesh &aShape, const vec3 &aPosition, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
draw_text(const point &aPoint, std::string const &aText, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_text(const point &aPoint, std::string const &aText, const font &aFont, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_text(const point &aPoint, std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_text(const point &aPoint, std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, const font &aFont, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_text(const vec3 &aPoint, std::string const &aText, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_text(const vec3 &aPoint, std::string const &aText, const font &aFont, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_text(const vec3 &aPoint, std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_text(const vec3 &aPoint, std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, const font &aFont, const text_format &aTextFormat) const =0neogfx::i_graphics_contextpure virtual
draw_texture(const point &aPoint, const i_texture &aTexture, const color_or_gradient &aColor={}, shader_effect aShaderEffect=shader_effect::None) const =0neogfx::i_graphics_contextpure virtual
draw_texture(const rect &aRect, const i_texture &aTexture, const color_or_gradient &aColor={}, shader_effect aShaderEffect=shader_effect::None) const =0neogfx::i_graphics_contextpure virtual
draw_texture(const point &aPoint, const i_texture &aTexture, const rect &aTextureRect, const color_or_gradient &aColor={}, shader_effect aShaderEffect=shader_effect::None) const =0neogfx::i_graphics_contextpure virtual
draw_texture(const rect &aRect, const i_texture &aTexture, const rect &aTextureRect, const color_or_gradient &aColor={}, shader_effect aShaderEffect=shader_effect::None) const =0neogfx::i_graphics_contextpure virtual
draw_texture(const game::mesh &aMesh, const i_texture &aTexture, const color_or_gradient &aColor={}, shader_effect aShaderEffect=shader_effect::None) const =0neogfx::i_graphics_contextpure virtual
draw_texture(const game::mesh &aMesh, const i_texture &aTexture, const rect &aTextureRect, const color_or_gradient &aColor={}, shader_effect aShaderEffect=shader_effect::None) const =0neogfx::i_graphics_contextpure virtual
draw_triangle(const point &aP0, const point &aP1, const point &aP2, const pen &aPen, const brush &aFill=brush{}) const =0neogfx::i_graphics_contextpure virtual
em_size() const =0neogfx::i_device_metricspure virtual
enqueue(const graphics_operation::operation &aOperation)=0neogfx::i_rendering_contextpure virtual
extents() const =0neogfx::i_device_metricspure virtual
fill_arc(const point &aCenter, dimension aRadius, angle aStartAngle, angle aEndAngle, const brush &aFill) constneogfx::i_graphics_contextinline
fill_checker_rect(const rect &aRect, const size &aSquareSize, const brush &aFill1, const brush &aFill2) constneogfx::i_graphics_contextinline
fill_circle(const point &aCenter, dimension aRadius, const brush &aFill) constneogfx::i_graphics_contextinline
fill_ellipse(const point &aCenter, dimension aRadiusA, dimension aRadiusB, const brush &aFill) constneogfx::i_graphics_contextinline
fill_path(const path &aPath, const brush &aFill) constneogfx::i_graphics_contextinline
fill_pie(const point &aCenter, dimension aRadius, angle aStartAngle, angle aEndAngle, const brush &aFill) constneogfx::i_graphics_contextinline
fill_rect(const rect &aRect, const brush &aFill) constneogfx::i_graphics_contextinline
fill_rounded_rect(const rect &aRect, const vec4 &aRadius, const brush &aFill) constneogfx::i_graphics_contextinline
fill_rounded_rect(const rect &aRect, dimension aRadius, const brush &aFill) constneogfx::i_graphics_contextinline
fill_shape(const game::mesh &aShape, const vec3 &aPosition, const brush &aFill) constneogfx::i_graphics_contextinline
fill_triangle(const point &aP0, const point &aP1, const point &aP2, const brush &aFill) constneogfx::i_graphics_contextinline
flush() const =0neogfx::i_graphics_contextpure virtual
neogfx::i_rendering_context::flush()=0neogfx::i_rendering_contextpure virtual
from_device_units(const delta &aValue) const =0neogfx::i_graphics_contextpure virtual
from_device_units(const size &aValue) const =0neogfx::i_graphics_contextpure virtual
from_device_units(const point &aValue) const =0neogfx::i_graphics_contextpure virtual
from_device_units(const rect &aValue) const =0neogfx::i_graphics_contextpure virtual
from_device_units(const path &aValue) const =0neogfx::i_graphics_contextpure virtual
glyph_text_extent(const glyph_text &aText) const =0neogfx::i_graphics_contextpure virtual
glyph_text_extent(const glyph_text &aText, glyph_text::const_iterator aTextBegin, glyph_text::const_iterator aTextEnd) const =0neogfx::i_graphics_contextpure virtual
gradient_set() const =0neogfx::i_rendering_contextpure virtual
has_tab_stops() const =0neogfx::i_graphics_contextpure virtual
horizontal_dpi() const =0neogfx::i_device_resolutionpure virtual
is_subpixel_rendering_on() const =0neogfx::i_graphics_contextpure virtual
is_text_left_to_right(std::string const &aText) const =0neogfx::i_graphics_contextpure virtual
is_text_left_to_right(std::string const &aText, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
is_text_right_to_left(std::string const &aText) const =0neogfx::i_graphics_contextpure virtual
is_text_right_to_left(std::string const &aText, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
layer() const =0neogfx::i_graphics_contextpure virtual
line_stipple_off() const =0neogfx::i_graphics_contextpure virtual
line_stipple_on(scalar aFactor, uint16_t aPattern, scalar aPosition=0.0) const =0neogfx::i_graphics_contextpure virtual
logical_coordinate_system() const =0neogfx::i_graphics_contextpure virtual
logical_coordinates() const =0neogfx::i_graphics_contextpure virtual
metrics_available() const =0neogfx::i_device_metricspure virtual
mnemonic() const =0neogfx::i_graphics_contextpure virtual
mnemonic_set() const =0neogfx::i_graphics_contextpure virtual
mnemonics_shown() const =0neogfx::i_graphics_contextpure virtual
multiline_glyph_text_extent(const glyph_text &aText, dimension aMaxWidth) const =0neogfx::i_graphics_contextpure virtual
multiline_text_extent(std::string const &aText) const =0neogfx::i_graphics_contextpure virtual
multiline_text_extent(std::string const &aText, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
multiline_text_extent(std::string const &aText, std::function< font(std::string::size_type)> aFontSelector) const =0neogfx::i_graphics_contextpure virtual
multiline_text_extent(std::string const &aText, dimension aMaxWidth) const =0neogfx::i_graphics_contextpure virtual
multiline_text_extent(std::string const &aText, const font &aFont, dimension aMaxWidth) const =0neogfx::i_graphics_contextpure virtual
multiline_text_extent(std::string const &aText, std::function< font(std::string::size_type)> aFontSelector, dimension aMaxWidth) const =0neogfx::i_graphics_contextpure virtual
offset() const =0neogfx::i_rendering_contextpure virtual
opacity() const =0neogfx::i_graphics_contextpure virtual
origin() const =0neogfx::i_graphics_contextpure virtual
password() const =0neogfx::i_graphics_contextpure virtual
password_mask() const =0neogfx::i_graphics_contextpure virtual
pop_logical_operation() const =0neogfx::i_graphics_contextpure virtual
ppi() const =0neogfx::i_device_resolutionpure virtual
push_logical_operation(logical_operation aLogicalOperation) const =0neogfx::i_graphics_contextpure virtual
queue() const =0neogfx::i_rendering_contextpure virtual
queue()=0neogfx::i_rendering_contextpure virtual
render_target() const =0neogfx::i_rendering_contextpure virtual
rendering_area(bool aConsiderScissor=true) const =0neogfx::i_rendering_contextpure virtual
rendering_engine() const =0neogfx::i_rendering_contextpure virtual
scissor_off() const =0neogfx::i_graphics_contextpure virtual
scissor_on(const rect &aRect) const =0neogfx::i_graphics_contextpure virtual
set_blending_mode(neogfx::blending_mode aBlendingMode) const =0neogfx::i_graphics_contextpure virtual
set_default_font(const font &aDefaultFont) const =0neogfx::i_graphics_contextpure virtual
set_default_viewport() const =0neogfx::i_graphics_contextpure virtual
set_extents(const size &aExtents) const =0neogfx::i_graphics_contextpure virtual
set_gradient(const gradient &aGradient, const rect &aBoundingBox)=0neogfx::i_graphics_contextpure virtual
set_layer(layer_t aLayer)=0neogfx::i_graphics_contextpure virtual
set_logical_coordinate_system(neogfx::logical_coordinate_system aSystem) const =0neogfx::i_graphics_contextpure virtual
set_logical_coordinates(const neogfx::logical_coordinates &aCoordinates) const =0neogfx::i_graphics_contextpure virtual
set_mnemonic(bool aShowMnemonics, char aMnemonicPrefix='&') const =0neogfx::i_graphics_contextpure virtual
set_offset(const optional_vec2 &aOffset)=0neogfx::i_rendering_contextpure virtual
set_opacity(double aOpacity) const =0neogfx::i_graphics_contextpure virtual
set_origin(const point &aOrigin) const =0neogfx::i_graphics_contextpure virtual
set_password(bool aPassword, std::string const &aMask="\xE2\x97\x8F")=0neogfx::i_graphics_contextpure virtual
set_pixel(const point &aPoint, const color &aColor) const =0neogfx::i_graphics_contextpure virtual
set_smoothing_mode(neogfx::smoothing_mode aSmoothingMode) const =0neogfx::i_graphics_contextpure virtual
set_snap_to_pixel(bool aSnap) const =0neogfx::i_graphics_contextpure virtual
set_tab_stops(i_tab_stops const &aTabStops)=0neogfx::i_graphics_contextpure virtual
set_viewport(const rect &aViewportRect) const =0neogfx::i_graphics_contextpure virtual
smoothing_mode() const =0neogfx::i_graphics_contextpure virtual
snap_to_pixel() const =0neogfx::i_graphics_contextpure virtual
subpixel_format() const =0neogfx::i_rendering_contextpure virtual
subpixel_rendering_off() const =0neogfx::i_graphics_contextpure virtual
subpixel_rendering_on() const =0neogfx::i_graphics_contextpure virtual
tab_stops() const =0neogfx::i_graphics_contextpure virtual
text_extent(std::string const &aText) const =0neogfx::i_graphics_contextpure virtual
text_extent(std::string const &aText, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
text_extent(std::string const &aText, std::function< font(std::string::size_type)> aFontSelector) const =0neogfx::i_graphics_contextpure virtual
text_extent(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd) const =0neogfx::i_graphics_contextpure virtual
text_extent(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
text_extent(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, std::function< font(std::string::size_type)> aFontSelector) const =0neogfx::i_graphics_contextpure virtual
to_device_units(const delta &aValue) const =0neogfx::i_graphics_contextpure virtual
to_device_units(const size &aValue) const =0neogfx::i_graphics_contextpure virtual
to_device_units(const point &aValue) const =0neogfx::i_graphics_contextpure virtual
to_device_units(const vec2 &aValue) const =0neogfx::i_graphics_contextpure virtual
to_device_units(const rect &aValue) const =0neogfx::i_graphics_contextpure virtual
to_device_units(const path &aValue) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::string const &aText) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::string const &aText, std::function< font(std::string::size_type)> aFontSelector) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::string const &aText, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, std::function< font(std::string::size_type)> aFontSelector) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(const std::u32string &aText) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(const std::u32string &aText, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(const std::u32string &aText, std::function< font(std::u32string::size_type)> aFontSelector) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::u32string::const_iterator aTextBegin, std::u32string::const_iterator aTextEnd) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::u32string::const_iterator aTextBegin, std::u32string::const_iterator aTextEnd, const font &aFont) const =0neogfx::i_graphics_contextpure virtual
to_glyph_text(std::u32string::const_iterator aTextBegin, std::u32string::const_iterator aTextEnd, std::function< font(std::u32string::size_type)> aFontSelector) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::string const &aText, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::string const &aText, const font &aFont, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, const font &aFont, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::string::const_iterator aTextBegin, std::string::const_iterator aTextEnd, std::function< font(std::string::size_type)> aFontSelector, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(const std::u32string &aText, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(const std::u32string &aText, const font &aFont, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::u32string::const_iterator aTextBegin, std::u32string::const_iterator aTextEnd, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::u32string::const_iterator aTextBegin, std::u32string::const_iterator aTextEnd, const font &aFont, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(std::u32string::const_iterator aTextBegin, std::u32string::const_iterator aTextEnd, std::function< font(std::u32string::size_type)> aFontSelector, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
to_multiline_glyph_text(const glyph_text &aText, dimension aMaxWidth, alignment aAlignment=alignment::Left) const =0neogfx::i_graphics_contextpure virtual
type enum nameneogfx::i_graphics_context
unset_mnemonic() const =0neogfx::i_graphics_contextpure virtual
vertical_dpi() const =0neogfx::i_device_resolutionpure virtual
x2_dpi_scale_factor() constneogfx::i_units_contextinline
xn_dpi_scale_factor() constneogfx::i_units_contextinline
~i_graphics_context()=defaultneogfx::i_graphics_contextvirtual
~i_rendering_context()=defaultneogfx::i_rendering_contextvirtual
~i_units_context()neogfx::i_units_contextinlinevirtual