Flutter Impeller
impeller::SubpixelGlyph Struct Reference

A glyph and its subpixel position. More...

#include <font_glyph_pair.h>

Public Member Functions

 SubpixelGlyph (Glyph p_glyph, Point p_subpixel_offset, GlyphProperties p_properties)
 

Public Attributes

Glyph glyph
 
Point subpixel_offset
 
GlyphProperties properties
 

Detailed Description

A glyph and its subpixel position.

Definition at line 40 of file font_glyph_pair.h.

Constructor & Destructor Documentation

◆ SubpixelGlyph()

impeller::SubpixelGlyph::SubpixelGlyph ( Glyph  p_glyph,
Point  p_subpixel_offset,
GlyphProperties  p_properties 
)
inline

Definition at line 45 of file font_glyph_pair.h.

48  : glyph(p_glyph),
49  subpixel_offset(p_subpixel_offset),
50  properties(p_properties) {}

Member Data Documentation

◆ glyph

◆ properties

◆ subpixel_offset


The documentation for this struct was generated from the following file:
impeller::SubpixelGlyph::subpixel_offset
Point subpixel_offset
Definition: font_glyph_pair.h:42
impeller::SubpixelGlyph::glyph
Glyph glyph
Definition: font_glyph_pair.h:41
impeller::SubpixelGlyph::properties
GlyphProperties properties
Definition: font_glyph_pair.h:43